Uses of Class
com.hubspot.jinjava.interpret.TemplateError
-
Packages that use TemplateError Package Description com.hubspot.jinjava.interpret -
-
Uses of TemplateError in com.hubspot.jinjava.interpret
Methods in com.hubspot.jinjava.interpret that return types with arguments of type TemplateError Modifier and Type Method Description Iterable<TemplateError>FatalTemplateErrorsException. getErrors()List<TemplateError>JinjavaInterpreter. getErrors()List<TemplateError>RenderResult. getErrors()List<TemplateError>JinjavaInterpreter. getErrorsCopy()Optional<TemplateError>JinjavaInterpreter. getLastError()Methods in com.hubspot.jinjava.interpret with parameters of type TemplateError Modifier and Type Method Description voidJinjavaInterpreter. addError(TemplateError templateError)Method parameters in com.hubspot.jinjava.interpret with type arguments of type TemplateError Modifier and Type Method Description voidJinjavaInterpreter. addAllChildErrors(String childTemplateName, Collection<TemplateError> childErrors)voidJinjavaInterpreter. addAllErrors(Collection<TemplateError> other)Deprecated.Constructors in com.hubspot.jinjava.interpret with parameters of type TemplateError Constructor Description RenderResult(TemplateError fromException, Context context, List<TemplateError> errors)Constructor parameters in com.hubspot.jinjava.interpret with type arguments of type TemplateError Constructor Description FatalTemplateErrorsException(String template, Collection<TemplateError> errors)RenderResult(TemplateError fromException, Context context, List<TemplateError> errors)RenderResult(String output, Context context, List<TemplateError> errors)
-