Package io.quarkus.qute
Interface SectionHelperFactory.ParserDelegate
-
- All Superinterfaces:
ErrorInitializer
- All Known Subinterfaces:
SectionHelperFactory.BlockInfo,SectionHelperFactory.SectionInitContext
- Enclosing interface:
- SectionHelperFactory<T extends SectionHelper>
public static interface SectionHelperFactory.ParserDelegate extends ErrorInitializer
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default TemplateExceptioncreateParserError(String message)-
Methods inherited from interface io.quarkus.qute.ErrorInitializer
error
-
-
-
-
Method Detail
-
createParserError
default TemplateException createParserError(String message)
-
-