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()
null
String getLocalizedMessage()
null
Throwable getStackTrace()
null
Date getDate()
null
int getSeverity()
ErrorManager.UNKNOWN
serves as the default.ErrorManager.EXCEPTION
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.