Package com.github.javaxcel.exception
Class UnsupportedWorkbookException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.javaxcel.exception.UnsupportedWorkbookException
- All Implemented Interfaces:
Serializable
public class UnsupportedWorkbookException extends RuntimeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description UnsupportedWorkbookException()
UnsupportedWorkbookException(String message)
UnsupportedWorkbookException(String message, Throwable cause)
UnsupportedWorkbookException(Throwable cause)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedWorkbookException
public UnsupportedWorkbookException() -
UnsupportedWorkbookException
-
UnsupportedWorkbookException
-
UnsupportedWorkbookException
-