Class InvalidDateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.epubcheck.util.InvalidDateException
All Implemented Interfaces:
Serializable

public class InvalidDateException extends Exception
Invalid date exception. Exception to signal an invalid date.
See Also:
  • Field Details

  • Constructor Details

    • InvalidDateException

      public InvalidDateException(String message)
      Creates an exception to signal an invalid date.
      Parameters:
      message - message associated with the exception