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:
Serializable
public class WorksheetException extends RuntimeException
Class for exceptions regarding worksheets- Author:
- Raphael Stoeckli
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorksheetException()
Default constructorWorksheetException(String title, String message)
Constructor with passed message
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getExceptionTitle()
Gets the title of the exception-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getExceptionTitle
public String getExceptionTitle()
Gets the title of the exception- Returns:
- Title as string
-
-