jsonizer.exceptions

Defines the exceptions that Jsonizer may throw.

Members

Classes

JsonizeConstructorException
class JsonizeConstructorException

Thrown when a type has no default constructor and the custom constructor cannot be fulfilled.

JsonizeException
class JsonizeException

Base class of any exception thrown by jsonizer.

JsonizeMismatchException
class JsonizeMismatchException

Thrown when the keys of a json object fail to match up with the members of the target type.

JsonizeTypeException
class JsonizeTypeException

Thrown when fromJSON cannot convert a JSONValue into the requested type.

Meta

Date

Date: 3/24/15