Class TemplateProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linecorp.centraldogma.common.CentralDogmaException
com.linecorp.centraldogma.common.TemplateProcessingException
- All Implemented Interfaces:
Serializable
An exception raised when a template processing fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTemplateProcessingException(String message) Creates a new instance.TemplateProcessingException(String message, Throwable cause) Creates a new instance. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TemplateProcessingException
Creates a new instance. -
TemplateProcessingException
-