See: Description
| Exception | Description |
|---|---|
| ProcessingError | Deprecated
do not use anymore.
|
This class of exceptions is thrown in case of programming errors. The most common situation is null inputs, but also malformed configuration parameters.
In spite of their name (all end with Error), these exceptions
do not extend Error but RuntimeException.
Copyright © 2013. All Rights Reserved.