Package org.ghotibeaun.json.exception
Class JSONParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ghotibeaun.json.exception.JSONException
org.ghotibeaun.json.exception.JSONParserException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JSONEventParserException
public class JSONParserException extends JSONException
- Author:
- jearley
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description JSONParserException()
JSONParserException(String arg0)
JSONParserException(String arg0, Throwable arg1)
JSONParserException(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
-
JSONParserException
public JSONParserException() -
JSONParserException
- Parameters:
arg0
- the message
-
JSONParserException
- Parameters:
arg0
- the exception
-
JSONParserException
- Parameters:
arg0
- the messagearg1
- the exception
-