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