Class BadTimeFormatException

  • All Implemented Interfaces:
    Serializable

    public class BadTimeFormatException
    extends EdalParseException
    An exception to be thrown when trying to parse a time which is badly formatted
    Author:
    Guy Griffiths
    See Also:
    Serialized Form
    • Constructor Detail

      • BadTimeFormatException

        public BadTimeFormatException​(String message)
      • BadTimeFormatException

        public BadTimeFormatException​(String message,
                                      String code)
      • BadTimeFormatException

        public BadTimeFormatException​(String message,
                                      Throwable cause)