Class InvalidDateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.epubcheck.util.InvalidDateException
- All Implemented Interfaces:
Serializable
Invalid date exception.
Exception to signal an invalid date.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInvalidDateException(String message) Creates an exception to signal an invalid date. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
InvalidDateException
Creates an exception to signal an invalid date.- Parameters:
message- message associated with the exception
-