Package ch.rabanti.nanoxlsx4j.exceptions
Class WorksheetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.rabanti.nanoxlsx4j.exceptions.WorksheetException
- All Implemented Interfaces:
Serializable
Class for exceptions regarding worksheets
- Author:
- Raphael Stoeckli
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorWorksheetException
(String message) 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
-
WorksheetException
public WorksheetException()Default constructor -
WorksheetException
Constructor with passed message- Parameters:
message
- Message of the exception
-