Package steganography.exceptions
Class UnknownStegFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- socialmediasteganography.SocialMediaSteganographyException
-
- steganography.exceptions.UnknownStegFormatException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
EmptyFrameException
public class UnknownStegFormatException extends SocialMediaSteganographyException
Thrown if the format of a steganographically encoded (hidden) message cannot be determined and therefore the message cannot be decoded (i.e. an expected header was not found). The same applies, if there is no hidden message.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownStegFormatException()
UnknownStegFormatException(java.lang.String message)
-