|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ErrorManager.Annotation
Annotation that can be attached to an error.
Method Summary | |
---|---|
java.util.Date |
getDate()
Time at which the exception occurred. |
java.lang.String |
getLocalizedMessage()
Localized message. |
java.lang.String |
getMessage()
Non-localized message. |
int |
getSeverity()
Severity of the exception. |
java.lang.Throwable |
getStackTrace()
Stack trace. |
Method Detail |
---|
java.lang.String getMessage()
null
java.lang.String getLocalizedMessage()
null
java.lang.Throwable getStackTrace()
null
java.util.Date getDate()
null
int getSeverity()
ErrorManager.UNKNOWN
serves as the default.
ErrorManager.EXCEPTION
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |