Package eu.bandm.tools.expander
Class ExplicitErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
eu.bandm.tools.expander.ExplicitErrorException
- All Implemented Interfaces:
Serializable
Indicates that an explicit
ERROR
or failed ASSERT
operation has been encountered during processing.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExplicitErrorException
(String message) Creates a new instance with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExplicitErrorException
Creates a new instance with the specified detail message.- Parameters:
message
- the detail message
-