Package org.apache.uima.taeconfigurator
Class InternalErrorCDE
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.uima.taeconfigurator.InternalErrorCDE
- All Implemented Interfaces:
Serializable
The Class InternalErrorCDE.
- See Also:
-
Constructor Summary
ConstructorDescriptionInstantiates a new internal error CDE.InternalErrorCDE
(String message) Instantiates a new internal error CDE.InternalErrorCDE
(String message, Throwable cause) Instantiates a new internal error CDE.InternalErrorCDE
(Throwable cause) Instantiates a new internal error CDE. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InternalErrorCDE
public InternalErrorCDE()Instantiates a new internal error CDE. -
InternalErrorCDE
Instantiates a new internal error CDE.- Parameters:
message
- the message
-
InternalErrorCDE
Instantiates a new internal error CDE.- Parameters:
message
- the messagecause
- the cause
-
InternalErrorCDE
Instantiates a new internal error CDE.- Parameters:
cause
- the cause
-