Class InvalidImageTypeException

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

@Generated public class InvalidImageTypeException extends RuntimeException
An exception which is thrown when the image type is invalid.
See Also:
  • Constructor Details

    • InvalidImageTypeException

      public InvalidImageTypeException(String message)
      The constructor for the InvalidImageTypeException class.
      Parameters:
      message - The message to be displayed.