ORCentral
|
Database exception type. More...
Public Types | |
enum | Error { ObjectNotFound, QueryInvalid, ObjectInvalid } |
Possible errors for a Database exception. More... | |
Public Member Functions | |
DBException (Error error) | |
Ctor, initializes error. | |
Error | error () |
Getter for error. |
Database exception type.
Definition at line 6 of file DBException.java.
Possible errors for a Database exception.
Definition at line 13 of file DBException.java.
eu.coform.database.DBException.DBException | ( | Error | error | ) |
Ctor, initializes error.
Definition at line 25 of file DBException.java.
Error eu.coform.database.DBException.error | ( | ) |
Getter for error.
Definition at line 33 of file DBException.java.