Class InfoException

All Implemented Interfaces:
Serializable

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

    • InfoException

      public InfoException()
      Constructor.
    • InfoException

      public InfoException(String pMessage)
      Constructor.
    • InfoException

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

      public InfoException(Throwable pCause)
      Constructor.