Class InvalidStudentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.markvarga21.studentmanager.exception.InvalidStudentException
- All Implemented Interfaces:
Serializable
A custom exception class which is used when the students data is invalid.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidStudentException
(String message) Constructor with a message as parameter. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidStudentException
Constructor with a message as parameter.- Parameters:
message
- The custom message.
-