Package org.ghotibeaun.json.exception
Class JSONException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ghotibeaun.json.exception.JSONException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JSONConversionException,JSONInvalidValueTypeException,JSONParserException,JSONSerializationException,JSONTypeNotFoundException,JSONUnmarshallingException,JSONValueNotFoundException
public class JSONException extends RuntimeException
- Author:
- jearley
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description JSONException()ConstructorJSONException(String arg0)JSONException(String arg0, Throwable arg1)JSONException(Throwable arg0) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JSONException
public JSONException()Constructor -
JSONException
- Parameters:
arg0- the message
-
JSONException
- Parameters:
arg0- the throwable
-
JSONException
- Parameters:
arg0- String messagearg1- the Exception
-