Class ImageReadException

All Implemented Interfaces:
Serializable

public class ImageReadException extends ImagingException
A custom exception thrown when an ImageParser or other utility encounters a format-violation, non-supported element, or other condition that renders image data unaccessible.
See Also:
  • Field Details

  • Constructor Details

    • ImageReadException

      public ImageReadException(String message)
    • ImageReadException

      public ImageReadException(String message, Throwable cause)