Package steganography.image.exceptions
Class UnsupportedImageTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- socialmediasteganography.SocialMediaSteganographyException
-
- steganography.exceptions.UnsupportedMediaTypeException
-
- steganography.image.exceptions.UnsupportedImageTypeException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedImageTypeException extends UnsupportedMediaTypeException
Thrown if an operation was attempted on an image type it doesn't support.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedImageTypeException()
UnsupportedImageTypeException(java.lang.String message)
-