public class TemplateEvaluationException extends Exception
| Constructor and Description |
|---|
TemplateEvaluationException(TextPosition textPosition,
String errorMessage) |
TemplateEvaluationException(TextPosition textPosition,
String errorMessage,
Throwable cause) |
TemplateEvaluationException(TextPosition textPosition,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage() |
TextPosition |
getTextPosition() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TemplateEvaluationException(TextPosition textPosition, String errorMessage)
public TemplateEvaluationException(TextPosition textPosition, Throwable cause)
public TemplateEvaluationException(TextPosition textPosition, String errorMessage, Throwable cause)
public TextPosition getTextPosition()
public String getErrorMessage()
Copyright © 2015. All rights reserved.