public class TemplateRuntimeException extends MessagingRuntimeException
RuntimeException
and is useful when no checked
exception can be thrown. This is mainly used by template engine integration
classes.
This is a general exception and should use subclasses to indicate the reason.Constructor and Description |
---|
TemplateRuntimeException(String message) |
TemplateRuntimeException(String message,
Throwable cause) |
TemplateRuntimeException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2021. All rights reserved.