|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.bea.domingo.DNotesError
public final class DNotesError
Enumeration of notes errors.
DNotesException| Field Summary | |
|---|---|
static DNotesError |
DATABASE_NO_ACCESS
error: no access to database. |
static DNotesError |
DATABASE_NOT_FOUND
error: database not found. |
static DNotesError |
GENERAL_ERROR
error: general error. |
| Constructor Summary | |
|---|---|
DNotesError(int theId)
Private Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
static java.lang.String |
getMessage(DNotesError e)
Returns a message for a given error. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final DNotesError GENERAL_ERROR
public static final DNotesError DATABASE_NOT_FOUND
public static final DNotesError DATABASE_NO_ACCESS
| Constructor Detail |
|---|
public DNotesError(int theId)
theId - the error code| Method Detail |
|---|
public boolean equals(java.lang.Object object)
equals in class java.lang.Objectobject - the reference object with which to compare.
true if this object is the same as the object
argument; false otherwise.Object.equals(java.lang.Object)public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public static java.lang.String getMessage(DNotesError e)
e - an error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||