Class ImagingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.imaging.ImagingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ImageReadException, ImageWriteException

public class ImagingException extends Exception
The base class for implementing custom exceptions in the Apache Commons Imaging package.
See Also:
  • Field Details

  • Constructor Details

    • ImagingException

      public ImagingException(String message)
    • ImagingException

      public ImagingException(String message, Throwable cause)