Class EncoderException

  • All Implemented Interfaces:
    java.io.Serializable

    public class EncoderException
    extends java.lang.Exception
    This class is an exception that is raised by Encode or one of it's subclasses. It may also be subclassed for exceptions thrown by subclasses of Encode. It represents any problem encountered while encoding an image. The message is used to state the type of error.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      EncoderException​(java.lang.String msg)
      Creates an exception with the given message.
    • 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

      • EncoderException

        public EncoderException​(java.lang.String msg)
        Creates an exception with the given message.
        Parameters:
        msg - message