public class ParseException extends Exception
General exception for parsing errors, thrown primarily by event handlers.
Constructor and Description |
---|
ParseException() |
ParseException(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) |
Modifier and Type | Method and Description |
---|---|
Integer |
getCol() |
Integer |
getLine() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ParseException()
public ParseException(String message)
public ParseException(Throwable throwable)
public ParseException(int line, int col)
public ParseException(String message, int line, int col)
public ParseException(Throwable throwable, int line, int col)
Copyright © 2023 The ATTOPARSER team. All rights reserved.