-
- All Implemented Interfaces:
-
java.io.Serializable
public final class CustomTemplateException extends RuntimeException
Class of exceptions that can be thrown when registering and defining CustomTemplates. They are used for validating for correctness of the templates and point to incorrect definitions. Those exceptions should generally not be caught, since they will not be raised when the registered templates are correctly defined.
-
-
Constructor Summary
Constructors Constructor Description CustomTemplateException(String message, Throwable cause)
-
Method Summary
Modifier and Type Method Description ThrowablegetCause()StringgetMessage()-
Methods inherited from class java.lang.Exception
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-