Uses of Interface
io.quarkus.qute.ErrorCode
-
-
Uses of ErrorCode in io.quarkus.qute
Classes in io.quarkus.qute that implement ErrorCode Modifier and Type Class Description classParserErrorMethods in io.quarkus.qute that return ErrorCode Modifier and Type Method Description ErrorCodeTemplateException. getCode()Methods in io.quarkus.qute with parameters of type ErrorCode Modifier and Type Method Description TemplateException.BuilderTemplateException.Builder. code(ErrorCode code)Constructors in io.quarkus.qute with parameters of type ErrorCode Constructor Description TemplateException(ErrorCode code, TemplateNode.Origin origin, String messageTemplate, Map<String,Object> arguments, Throwable cause)
-