
Public Member Functions | |
| OperationErrorType | getType () |
| OperationException (OperationErrorType eType, String msg) | |
| OperationException () | |
| String | toString () |
Private Attributes | |
| final OperationErrorType | type |
General exception (no message).
| OperationException | ( | OperationErrorType | eType, | |
| String | msg | |||
| ) |
Exception with a message.
| eType | the type of error that occurred | |
| msg | the error message |
| OperationErrorType getType | ( | ) |
Get the type of error.
| String toString | ( | ) |
final OperationErrorType type [private] |
1.5.8