Class TimePeriodFormatException

All Implemented Interfaces:
Serializable

public class TimePeriodFormatException
extends IllegalArgumentException
An exception that indicates an invalid format in a string representing a time period.
See Also:
Serialized Form
  • Constructor Details

    • TimePeriodFormatException

      public TimePeriodFormatException​(String message)
      Creates a new exception.
      Parameters:
      message - a message describing the exception.