Package ch.rabanti.picoxlsx4j.exception
Class WorksheetException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ch.rabanti.picoxlsx4j.exception.WorksheetException
-
- All Implemented Interfaces:
java.io.Serializable
public class WorksheetException extends java.lang.RuntimeExceptionClass for exceptions regarding worksheets- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorksheetException()Default constructorWorksheetException(java.lang.String title, java.lang.String message)Constructor with passed message
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetExceptionTitle()Gets the title of the exception
-