Package example.app.entities.exceptions
Class InvalidDateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
example.app.entities.exceptions.InvalidDateException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionInvalidDateException(String message) InvalidDateException(String message, Throwable cause) protectedInvalidDateException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) InvalidDateException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidDateException
public InvalidDateException() -
InvalidDateException
-
InvalidDateException
-
InvalidDateException
-
InvalidDateException
-