|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Error
The Error
interface provides details of an application error.
Objects of this class can be obtained from the Errors collection.
Nested Class Summary | |
---|---|
static class |
Error.ErrorPriority
Indicates the type of an application error. |
Method Summary | |
---|---|
java.lang.String |
getCode()
gets the error code |
java.lang.String |
getHelpFile()
gets the help file associated with the error |
int |
getHelpID()
gets the help context ID associated with the error |
java.lang.String |
getMessage()
gets the message |
Error.ErrorPriority |
getPriority()
gets the priority of the message |
java.lang.String |
getSource()
gets the source of the error |
Method Detail |
---|
java.lang.String getMessage()
Error.ErrorPriority getPriority()
java.lang.String getSource()
java.lang.String getCode()
java.lang.String getHelpFile()
int getHelpID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |