Package io.quarkus.qute
Class TemplateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.quarkus.qute.TemplateException
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionTemplateException(ErrorCode code, TemplateNode.Origin origin, String messageTemplate, Map<String, Object> arguments, Throwable cause) TemplateException(TemplateNode.Origin origin, String message) TemplateException(String message) TemplateException(Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic TemplateException.Builderbuilder()Note that a qute template can be used to build the exception message.getCode()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TemplateException
-
TemplateException
-
TemplateException
-
TemplateException
-
-
Method Details
-
builder
Note that a qute template can be used to build the exception message.- Returns:
- a convenient builder
-
getOrigin
-
getCode
-
getArguments
-
getMessageTemplate
-
getCodeName
-