Package steganography.image.exceptions
Class ImageCapacityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- socialmediasteganography.SocialMediaSteganographyException
-
- steganography.exceptions.MediaCapacityException
-
- steganography.image.exceptions.ImageCapacityException
-
- All Implemented Interfaces:
java.io.Serializable
public class ImageCapacityException extends MediaCapacityException
Thrown if the images usable pixels determined by an overlay are too few to support the attempted operation.
Usually thrown if the payload has more bits than the image has usable pixels.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImageCapacityException()
ImageCapacityException(java.lang.String message)
-