Class InvalidTemplateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.grapecity.documents.excel.template.InvalidTemplateException
- All Implemented Interfaces:
Serializable
Specifies the invalid template exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidTemplateException(String message) 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
Initializes a new instance of the InvalidTemplateException class with a specified error message.- Parameters:
message- The message that describes the error.
-