| BuildException |
This exception is thrown if an error occurs while building an object through
Java reflection.
|
| ClientException |
This exception indicates that a client received an error message from the
server.
|
| FatalException |
This exception indicates a fatal error that should cause a service to stop.
|
| HandledException |
This exception can be thrown to inform the caller that an error occurred,
but that has already been handled, for example by writing an error log.
|
| LineNumberParseException |
This exception indicates a parse error with a line and column number.
|
| ParseException |
This exception is thrown when some content has an invalid format for a
parser.
|
| TaskException |
This exception is thrown if an error occurs while performing a task.
|