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()
nullString getLocalizedMessage()
nullThrowable getStackTrace()
nullDate getDate()
nullint getSeverity()
ErrorManager.UNKNOWN serves as the default.ErrorManager.EXCEPTIONBuilt on August 24 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.