Class JsonKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.clumd.projects.javajson.exceptions.JsonException
com.clumd.projects.javajson.exceptions.json.JsonKeyException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
KeyDifferentTypeException,KeyInvalidException,KeyNotFoundException
public class JsonKeyException extends JsonException
A class representing all possible exceptions that could occur with any JSON key.
-
Constructor Summary
Constructors Constructor Description JsonKeyException(String reasonForInvalidity) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString