Package com.hubspot.jinjava.interpret
Class FatalTemplateErrorsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hubspot.jinjava.interpret.InterpretException
com.hubspot.jinjava.interpret.FatalTemplateErrorsException
- All Implemented Interfaces:
Serializable
Container exception thrown when fatal errors are encountered while rendering a template.
- Author:
- jstehler
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFatalTemplateErrorsException(String template, Collection<TemplateError> errors) -
Method Summary
Methods inherited from class com.hubspot.jinjava.interpret.InterpretException
getLineNumber, getStartPositionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FatalTemplateErrorsException
-
-
Method Details
-
getTemplate
-
getErrors
-