Package ch.rabanti.picoxlsx4j.exception
Class RangeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ch.rabanti.picoxlsx4j.exception.RangeException
-
- All Implemented Interfaces:
java.io.Serializable
public class RangeException extends java.lang.RuntimeExceptionClass for exceptions regarding range incidents (e.g out-of-range)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RangeException()Default constructorRangeException(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
-