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

public static class BusinessCalendar.InvalidDateException extends RuntimeException
A runtime exception that is thrown when a date is invalid.
See Also:
  • Constructor Details

    • InvalidDateException

      public InvalidDateException(String message, Throwable cause)
      Creates a new exception.
      Parameters:
      message - exception message.
      cause - cause of the exception.