public class ParserException extends RuntimeException
Constructor and Description |
---|
ParserException(Path file,
int line,
Throwable cause) |
ParserException(Path file,
String msg) |
ParserException(Path file,
String msg,
int line) |
ParserException(Path file,
String msg,
int line,
Throwable cause) |
ParserException(Path file,
String msg,
Throwable cause) |
ParserException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ParserException(Throwable cause)