Class InvalidStudentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.markvarga21.studentmanager.exception.InvalidStudentException
All Implemented Interfaces:
Serializable

@Generated public class InvalidStudentException extends RuntimeException
A custom exception class which is used when the students data is invalid.
See Also:
  • Constructor Details

    • InvalidStudentException

      public InvalidStudentException(String message)
      Constructor with a message as parameter.
      Parameters:
      message - The custom message.