See: Description
Exception | Description |
---|---|
DictionaryBuildError |
Exception thrown on
Dictionary build errors |
JsonReferenceError |
Class used in the event of JSON Reference input errors (null arguments, etc)
|
LoadingConfigurationError |
Exception thrown on loading configuration errors
|
ProcessingConfigurationError |
Base unchecked exception class for processor configuration anomalies
|
ProcessingError |
Base unchecked exception class for processing errors
|
ProcessorBuildError |
Exception thrown by processor builders on anomalous inputs
|
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.