Uses of Class
org.apache.commons.imaging.ImagingException
-
Packages that use ImagingException Package Description org.apache.commons.imaging The main package for Apache Commons Imaging.org.apache.commons.imaging.formats.jpeg.exif JPEG image format Exif utilities.org.apache.commons.imaging.formats.jpeg.xmp JPEG image format XMP metadata. -
-
Uses of ImagingException in org.apache.commons.imaging
Subclasses of ImagingException in org.apache.commons.imaging Modifier and Type Class Description class
ImageReadException
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.class
ImageWriteException
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. -
Uses of ImagingException in org.apache.commons.imaging.formats.jpeg.exif
Subclasses of ImagingException in org.apache.commons.imaging.formats.jpeg.exif Modifier and Type Class Description static class
ExifRewriter.ExifOverflowException
-
Uses of ImagingException in org.apache.commons.imaging.formats.jpeg.xmp
Subclasses of ImagingException in org.apache.commons.imaging.formats.jpeg.xmp Modifier and Type Class Description static class
JpegRewriter.JpegSegmentOverflowException
-