Package org.ghotibeaun.json.exception
Class JSONEventParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ghotibeaun.json.exception.JSONException
org.ghotibeaun.json.exception.JSONParserException
org.ghotibeaun.json.exception.JSONEventParserException
- All Implemented Interfaces:
Serializable
public class JSONEventParserException extends JSONParserException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description JSONEventParserException()
JSONEventParserException(long line, long linePos, String message)
JSONEventParserException(long line, long linePos, String message, Throwable t)
JSONEventParserException(String message)
JSONEventParserException(String message, Throwable t)
JSONEventParserException(Throwable t)
-
Method Summary
Modifier and Type Method Description long
getLineNumber()
long
getLinePosition()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JSONEventParserException
public JSONEventParserException() -
JSONEventParserException
-
JSONEventParserException
-
JSONEventParserException
-
JSONEventParserException
-
JSONEventParserException
-
-
Method Details
-
getLineNumber
public long getLineNumber() -
getLinePosition
public long getLinePosition()
-