Class KeyInvalidException
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
com.clumd.projects.javajson.exceptions.json.KeyInvalidException
- All Implemented Interfaces:
Serializable
public class KeyInvalidException extends JsonKeyException
This exception is used when a JSON key was malformed in some way.
-
Constructor Summary
Constructors Constructor Description KeyInvalidException(String reasonForInvalidity) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString