Package ch.rabanti.picoxlsx4j.exception
Class FormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ch.rabanti.picoxlsx4j.exception.FormatException
-
- All Implemented Interfaces:
Serializable
public class FormatException extends RuntimeException
Class for exceptions regarding format error incidents- Author:
- Raphael Stoeckli
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormatException()
Default constructorFormatException(String title, String message)
Constructor with passed messageFormatException(String title, String message, Exception inner)
Constructor with passed message and inner
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getExceptionTitle()
Gets the title of the exceptionException
getInnerException()
Gets the inner exception-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-