Class InfoException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InfoException
    extends IM4JavaException
    This class wraps exceptions during image-attribute retrivial.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      InfoException()
      Constructor.
      InfoException​(java.lang.String pMessage)
      Constructor.
      InfoException​(java.lang.String pMessage, java.lang.Throwable pCause)
      Constructor.
      InfoException​(java.lang.Throwable pCause)
      Constructor.
    • 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

      • InfoException

        public InfoException()
        Constructor.
      • InfoException

        public InfoException​(java.lang.String pMessage)
        Constructor.
      • InfoException

        public InfoException​(java.lang.String pMessage,
                             java.lang.Throwable pCause)
        Constructor.
      • InfoException

        public InfoException​(java.lang.Throwable pCause)
        Constructor.