Package com.codedjson.exceptions
Class NullJsonKeys
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.codedjson.exceptions.NullJsonKeys
-
- All Implemented Interfaces:
Serializable
public class NullJsonKeys extends Exception
Exception is thrown if empty JSON object is passed forgetAllValues()
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NullJsonKeys()
Default constructor.
Default message:No json keys found.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-