[]
        
(Showing Draft Content)

InvalidTemplateException

Class InvalidTemplateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.grapecity.documents.excel.template.InvalidTemplateException
All Implemented Interfaces:
Serializable

public class InvalidTemplateException extends RuntimeException
Specifies the invalid template exception.
See Also:
  • 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.