Uses of Class
com.drew.lang.CompoundException

Packages that use CompoundException
com.drew.imaging Provides classes for reading image metadata (via data interrogation and delegation to a specialised reader) and utilities for photographic conversions. 
com.drew.imaging.jpeg Provides classes for reading JPEG format data. 
com.drew.imaging.tiff Provides classes for reading TIFF format data. 
com.drew.metadata Provides classes for modelling metadata and exceptions/interfaces applicable to all metadata operations. 
com.drew.metadata.exif Contains classes for extracting and modelling Exif metadata from various sources and camera manufacturers. 
com.drew.metadata.iptc Contains classes for extracting and modelling IPTC metadata from various sources. 
 

Uses of CompoundException in com.drew.imaging
 

Subclasses of CompoundException in com.drew.imaging
 class ImageProcessingException
          An exception class thrown upon unexpected and fatal for generic image exception
 

Uses of CompoundException in com.drew.imaging.jpeg
 

Subclasses of CompoundException in com.drew.imaging.jpeg
 class JpegProcessingException
          An exception class thrown upon unexpected and fatal conditions while processing a Jpeg file.
 

Uses of CompoundException in com.drew.imaging.tiff
 

Subclasses of CompoundException in com.drew.imaging.tiff
 class TiffProcessingException
          An 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.metadata
 class MetadataException
          Base class for all metadata specific exceptions.
 

Uses of CompoundException in com.drew.metadata.exif
 

Subclasses of CompoundException in com.drew.metadata.exif
 class ExifProcessingException
          The exception type raised during reading of Exif data in the instance of unexpected data conditions.
 

Uses of CompoundException in com.drew.metadata.iptc
 

Subclasses of CompoundException in com.drew.metadata.iptc
 class IptcProcessingException
          The exception type raised during reading of Iptc data in the instance of unexpected data conditions.