public static interface ErrorManager.Annotation
| Modifier and Type | Method | 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()
nullString getLocalizedMessage()
nullThrowable getStackTrace()
nullDate getDate()
nullint getSeverity()
ErrorManager.UNKNOWN serves as the default.ErrorManager.EXCEPTIONBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.