public class ParserRuntimeException extends RuntimeException
| Constructor and Description |
|---|
ParserRuntimeException(int line,
int posInLine,
String msg) |
ParserRuntimeException(int line,
int posInLine,
String msg,
Throwable cause) |
ParserRuntimeException(SourceRef sourceRef,
String msg,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLine() |
int |
getPosInLine() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2016–2020 Fizzed, Inc. All rights reserved.