Class ImageWriteException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ExifRewriter.ExifOverflowException, JpegRewriter.JpegSegmentOverflowException

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:
  • Field Details

  • Constructor Details

    • ImageWriteException

      public ImageWriteException(String message)
    • ImageWriteException

      public ImageWriteException(String message, Throwable cause)
    • ImageWriteException

      public ImageWriteException(String message, Object data)
  • Method Details