Class JsonException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.clumd.projects.javajson.exceptions.JsonException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BuildException, JsonKeyException, JsonParseException, SchemaException

public class JsonException
extends RuntimeException
The top level exception. Used to encapsulate all possible custom exceptions which can be thrown by the Java-JSON framework.
See Also:
BuildException, SchemaException, JsonKeyException, JsonParseException, Serialized Form