public class FatalTemplateErrorsException extends InterpretException
Constructor and Description |
---|
FatalTemplateErrorsException(String template,
Iterable<TemplateError> errors) |
Modifier and Type | Method and Description |
---|---|
Iterable<TemplateError> |
getErrors() |
String |
getTemplate() |
getLineNumber
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FatalTemplateErrorsException(String template, Iterable<TemplateError> errors)
public String getTemplate()
public Iterable<TemplateError> getErrors()
Copyright © 2015. All Rights Reserved.