Class JxlsException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CannotOpenWorkbookException, JxlsCommentException, JxlsPropertyException

public class JxlsException extends RuntimeException
This is just a wrapper for non-runtime exceptions
See Also:
  • Constructor Details

    • JxlsException

      public JxlsException()
    • JxlsException

      public JxlsException(String message)
    • JxlsException

      public JxlsException(String message, Throwable cause)
    • JxlsException

      public JxlsException(Throwable cause)
    • JxlsException

      public JxlsException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)