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:
    Serialized Form
    • Constructor Detail

      • ImageReadException

        public ImageReadException​(String message)
      • ImageReadException

        public ImageReadException​(String message,
                                  Throwable cause)