Package com.github.javaxcel.exception
Class JavaxcelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.javaxcel.exception.JavaxcelException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GettingFieldValueException
,NoTargetedConstructorException
,NoTargetedFieldException
,SettingFieldValueException
,UnsupportedWorkbookException
,WritingExcelException
public abstract class JavaxcelException extends RuntimeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Modifier Constructor Description protected
JavaxcelException(String format, Object... args)
protected
JavaxcelException(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