Class InvalidTemplateException
- All Implemented Interfaces:
Serializable
Specifies the invalid template exception.
- See Also:
-
-
Constructor Summary
Constructors
Initializes a new instance of the InvalidTemplateException class with a specified error message.
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidTemplateException
public InvalidTemplateException(String message)
Initializes a new instance of the InvalidTemplateException class with a specified error message.
- Parameters:
message
- The message that describes the error.