|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sage.accpac.sm.Error
@Immutable @ThreadSafe public final class Error
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getMessage()
public Error.ErrorPriority getPriority()
public java.lang.String getSource()
public java.lang.String getCode()
public java.lang.String getHelpFile()
public int getHelpID()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||