Package org.attoparser
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.attoparser.ParseException
- All Implemented Interfaces:
Serializable
General exception for parsing errors, thrown primarily by event handlers.
- Since:
- 2.0.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionParseException
(int line, int col) ParseException
(String message) ParseException
(String message, int line, int col) ParseException
(String message, Throwable throwable) ParseException
(String message, Throwable throwable, int line, int col) ParseException
(Throwable throwable) ParseException
(Throwable throwable, int line, int col) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
line
-
col
-
-
Constructor Details
-
ParseException
public ParseException() -
ParseException
-
ParseException
-
ParseException
-
ParseException
public ParseException(int line, int col) -
ParseException
-
ParseException
-
ParseException
-
-
Method Details
-
messagePrefix
-
message
-
getLine
-
getCol
-