public final class AnnotationRTException extends EssentialsRTException
Modifier and Type | Class and Description |
---|---|
static class |
AnnotationRTException.E05102
ECODE - The reserved Error codes for this exception.
|
UESRuntimeException.E05100
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Serial version UID.
|
EXCEPTION_SEQ
Modifier | Constructor and Description |
---|---|
protected |
AnnotationRTException()
Creates new instance of AnnotationRTException.
|
|
AnnotationRTException(AnnotationRTException.E05102 aCode,
Creates a new instance of AnnotationRTException.
|
|
AnnotationRTException(AnnotationRTException.E05102 aCode,
Creates a new instance of AnnotationRTException.
|
addMessages, containsMessages, getErrorCode, getID, getLocalizedMessage, getMessage, getMessages, getSimpleMessage, setID
aCode
- The unique code of Exception used for localization of
messages.aDefaultMessage
- The default message used when no localization file
was found.aParameters
- The parameters for message.aCode
- The unique code of Exception used for localization of
messages.aDefaultMessage
- The default message used when no localization file
was found.aParameters
- The parameters for message.aCause
- The exception that cases the original problem.