public class InvalidTemplateModelException extends RuntimeException
| Constructor and Description |
|---|
InvalidTemplateModelException(String message)
Creates a new exception with the given message.
|
InvalidTemplateModelException(String message,
Throwable cause)
Creates a new exception with the given message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidTemplateModelException(String message, Throwable cause)
message - the exception messagecause - the cause of the exceptionpublic InvalidTemplateModelException(String message)
message - the exception messageCopyright © 2025. All rights reserved.