Class TestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.batik.test.TestException
- All Implemented Interfaces:
Serializable
Classes in the test package and subpackages should throw
TestException to reflect internal failures in their
operation.- Version:
- $Id$
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
errorCode
Error code -
errorParams
Parameters for the error message -
sourceError
Exception, if any, that caused the error
-
-
Constructor Details
-
TestException
-
-
Method Details
-
getErrorCode
-
getErrorParams
-
getSourceError
-
getMessage
- Overrides:
getMessagein classThrowable
-