| Class | Description | |
|---|---|---|
| AbstractMethodError | Error thrown when a (pseudo-) abstract method gets invoked. | |
| CompoundError | Base Error implementation that allows to specify multiple causes. | |
| 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. |