Package steganography.image.exceptions
Class ImageWritingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- socialmediasteganography.SocialMediaSteganographyException
-
- steganography.exceptions.MediaReassemblingException
-
- steganography.image.exceptions.ImageWritingException
-
- All Implemented Interfaces:
java.io.Serializable
public class ImageWritingException extends MediaReassemblingException
Thrown if an image could not be reassembled successfully after encoding a message in it.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImageWritingException()
ImageWritingException(java.lang.String message)
-