Class InvalidDateException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidDateException
    extends java.lang.Exception
    Represents a date that is invalid.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidDateException()
      Constructs an empty Exception.
      InvalidDateException​(java.lang.String msg)
      Constructs an exception with the given message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidDateException

        public InvalidDateException()
        Constructs an empty Exception.
      • InvalidDateException

        public InvalidDateException​(java.lang.String msg)
        Constructs an exception with the given message.