Package steganography.image.exceptions
Class NoImageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- socialmediasteganography.SocialMediaSteganographyException
-
- steganography.exceptions.MediaNotFoundException
-
- steganography.image.exceptions.NoImageException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoImageException extends MediaNotFoundException
Thrown if the attempt to read an image failed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoImageException()
NoImageException(java.lang.String message)
-