Class InvalidImageTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.markvarga21.studentmanager.exception.InvalidImageTypeException
- All Implemented Interfaces:
Serializable
An exception which is thrown when the image type is invalid.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidImageTypeException
(String message) The constructor for theInvalidImageTypeException
class. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidImageTypeException
The constructor for theInvalidImageTypeException
class.- Parameters:
message
- The message to be displayed.
-