public class ParserException extends RuntimeException
| Constructor and Description |
|---|
ParserException(int lineNumber,
int columnNumber,
String templatePath,
String msg,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnNumber() |
int |
getLineNumber() |
String |
getTemplatePath() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2016–2020 Fizzed, Inc. All rights reserved.