public static interface ErrorManager.Annotation
Modifier and Type | Method and Description |
---|---|
Date |
getDate()
Time at which the exception occurred.
|
String |
getLocalizedMessage()
Localized message.
|
String |
getMessage()
Non-localized message.
|
int |
getSeverity()
Severity of the exception.
|
Throwable |
getStackTrace()
Stack trace.
|
String getMessage()
null
String getLocalizedMessage()
null
Throwable getStackTrace()
null
Date getDate()
null
int getSeverity()
ErrorManager.UNKNOWN
serves as the default.ErrorManager.EXCEPTION