Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnknownStegFormatException

        public UnknownStegFormatException()
      • UnknownStegFormatException

        public UnknownStegFormatException​(java.lang.String message)