Class InvalidDateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.markvarga21.studentmanager.exception.InvalidDateException
- All Implemented Interfaces:
Serializable
The
InvalidDateException
class is used to throw
an exception when a date is invalid.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidDateException
(String message) Constructs a newInvalidDateException
object with the specified detail message. -
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
Constructs a newInvalidDateException
object with the specified detail message.- Parameters:
message
- The detail message.
-