Package org.apache.batik.test
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: TestException.java 1733416 2016-03-03 07:07:13Z gadams $
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.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:
getMessage
in classThrowable
-