Class ImageWriteException

  • All Implemented Interfaces:
    Serializable

    public class ImageWriteException
    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 unwritable.
    See Also:
    Serialized Form
    • Constructor Detail

      • ImageWriteException

        public ImageWriteException​(String message)
      • ImageWriteException

        public ImageWriteException​(String message,
                                   Throwable cause)
      • ImageWriteException

        public ImageWriteException​(String message,
                                   Object data)