Package org.ghotibeaun.json.exception
Class JSONConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ghotibeaun.json.exception.JSONException
org.ghotibeaun.json.exception.JSONConversionException
- All Implemented Interfaces:
Serializable
public class JSONConversionException extends JSONException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description JSONConversionException()
JSONConversionException(String arg0)
JSONConversionException(String arg0, Throwable arg1)
JSONConversionException(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
-
JSONConversionException
public JSONConversionException() -
JSONConversionException
-
JSONConversionException
-
JSONConversionException
-