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