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