| Class | Description | |
|---|---|---|
| IllegalArgumentError | Error thrown when a method is called with illegal arguments. | |
| IllegalStateError | Error thrown when a method has been invoked while the target instance was in an inappropiate state. | |
| NestedError | Base Error implementation that allows to specify a cause. |