|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Annotation that can be attached to an error.
Method Summary | |
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. |
Method Detail |
public String getMessage()
null
public String getLocalizedMessage()
null
public Throwable getStackTrace()
null
public Date getDate()
null
public 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 |