Package com.github.fge.jsonschema.exceptions.unchecked

Unchecked processing exceptions

See: Description

Package com.github.fge.jsonschema.exceptions.unchecked Description

Unchecked processing exceptions

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.