Uses of Class
com.drew.lang.CompoundException
Packages that use CompoundException
Package
Description
Contains classes for working with image file formats and photographic conversions.
Contains classes for working with JPEG files.
Contains classes for working with PNG (Portable Network Graphic) files.
Contains classes for working with RIFF format files, such as WebP.
Contains classes for working with TIFF format files.
Provides classes for generic modelling of metadata directories and tags.
-
Uses of CompoundException in com.drew.imaging
Subclasses of CompoundException in com.drew.imagingModifier and TypeClassDescriptionclassAn exception class thrown upon an unexpected condition that was fatal for the processing of an image. -
Uses of CompoundException in com.drew.imaging.jpeg
Subclasses of CompoundException in com.drew.imaging.jpegModifier and TypeClassDescriptionclassAn exception class thrown upon unexpected and fatal conditions while processing a JPEG file. -
Uses of CompoundException in com.drew.imaging.png
Subclasses of CompoundException in com.drew.imaging.pngModifier and TypeClassDescriptionclassAn exception class thrown upon unexpected and fatal conditions while processing a JPEG file. -
Uses of CompoundException in com.drew.imaging.riff
Subclasses of CompoundException in com.drew.imaging.riffModifier and TypeClassDescriptionclassAn exception class thrown upon unexpected and fatal conditions while processing a RIFF file. -
Uses of CompoundException in com.drew.imaging.tiff
Subclasses of CompoundException in com.drew.imaging.tiffModifier and TypeClassDescriptionclassAn exception class thrown upon unexpected and fatal conditions while processing a TIFF file. -
Uses of CompoundException in com.drew.metadata
Subclasses of CompoundException in com.drew.metadataModifier and TypeClassDescriptionclassBase class for all metadata specific exceptions.