Package org.ghotibeaun.json.exception
Class JSONInvalidValueTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ghotibeaun.json.exception.JSONException
org.ghotibeaun.json.exception.JSONInvalidValueTypeException
- All Implemented Interfaces:
Serializable
public class JSONInvalidValueTypeException extends JSONException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description JSONInvalidValueTypeException()JSONInvalidValueTypeException(String arg0)JSONInvalidValueTypeException(String arg0, Throwable arg1)JSONInvalidValueTypeException(Throwable arg0) -
Method Summary
Modifier and Type Method Description static StringgetMessage(JSONValueType expectedValue, JSONValueType actualValue)Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JSONInvalidValueTypeException
public JSONInvalidValueTypeException() -
JSONInvalidValueTypeException
-
JSONInvalidValueTypeException
-
JSONInvalidValueTypeException
-
-
Method Details
-
getMessage
-