Interface | Description |
---|---|
ExceptionHandler |
For delegation of exception or warning handling.
|
Exception | Description |
---|---|
CompressionException |
Indicates an exception caused during compression/decompression.
|
DataIntegrityException |
Indicates that there may be an issue with the consistency of the data.
|
InvalidValueException |
Indicates an exception caused by an invalid value being passed by the user.
|
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.
|
UserInputException |
Indicates that the user provided invalid input.
|
[email protected]