Class TimeRangeException

All Implemented Interfaces:
Serializable

public class TimeRangeException extends ArgumentException
Thrown when the user-given time-range is invalid, such as if the endTime is sooner than the startDate.
See Also:
  • Constructor Details

    • TimeRangeException

      public TimeRangeException(String reason)