public class RenderingException extends RuntimeException
| Constructor and Description |
|---|
RenderingException(int sourceLine,
int sourcePosInLine,
String templateName,
String templatePath,
String message,
Throwable cause) |
RenderingException(int sourceLine,
int sourcePosInLine,
String message,
Throwable cause) |
RenderingException(String message) |
RenderingException(String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getSourceLine() |
int |
getSourcePosInLine() |
String |
getTemplateName() |
String |
getTemplatePath() |
boolean |
hasSourceInfo() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2016–2020 Fizzed, Inc. All rights reserved.