Package ch.rabanti.nanoxlsx4j.exceptions
Class StyleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.rabanti.nanoxlsx4j.exceptions.StyleException
- All Implemented Interfaces:
Serializable
Class for exceptions regarding Styles
- Author:
- Raphael Stoeckli
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorStyleException
(String message) Constructor with passed messageStyleException
(String message, Exception inner) Constructor with passed message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StyleException
public StyleException()Default constructor -
StyleException
Constructor with passed message- Parameters:
message
- Message of the exception
-
StyleException
Constructor with passed message- Parameters:
message
- Message of the exceptioninner
- Inner exception
-