| Interface | Description |
|---|---|
| ExceptionHandler |
For delegation of exception or warning handling.
|
| Exception | Description |
|---|---|
| CompressionException |
Indicates an exception caused during compression/decompression.
|
| ConfigurationException |
Indicates that there are problems with object/component's configuration.
|
| DataIntegrityException |
Indicates that there may be an issue with the consistency of the data.
|
| DataParsingException |
Indicates that a problem was encountered during data parsing.
|
| InsufficientConfigurationException |
Indicates that there is insufficient configuration for the process to proceed.
|
| InvalidValueException |
Indicates an exception caused by an invalid value being passed by the user.
|
| LowMemoryException |
Indicates a low memory situation.
|
| ProgrammingException |
Indicates an exception caused by a coding error.
|
| UnimplementedFunctionalityException |
Indicates that a section of code has been triggered that has not yet been implemented.
|
| UnimplementedMethodException |
Indicates that the accessed method has not yet been implemented.
|
| UnmodifyableObjectException |
Indicates that the attempt to modify an object is not allowed.
|
| UnsupportedMethodException |
Indicates that the accessed method is not supported.
|
| UserInputException |
Indicates that the user provided invalid input.
|
jataylor@hairyfatguy.com