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