Package io.deephaven.time.calendar
Class BusinessCalendar.InvalidDateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.time.calendar.BusinessCalendar.InvalidDateException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BusinessCalendar
A runtime exception that is thrown when a date is invalid.
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidDateException
(String message, Throwable cause) Creates a new exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidDateException
Creates a new exception.- Parameters:
message
- exception message.cause
- cause of the exception.
-