Uses of Class
com.drew.lang.CompoundException

Packages that use CompoundException
com.drew.imaging Contains classes for working with image file formats and photographic conversions. 
com.drew.imaging.jpeg Contains classes for working with JPEG files. 
com.drew.imaging.tiff Contains classes for working with TIFF format files. 
com.drew.metadata Provides classes for generic modelling of metadata directories and tags. 
 

Uses of CompoundException in com.drew.imaging
 

Subclasses of CompoundException in com.drew.imaging
 class ImageProcessingException
          An 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.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.
 



Copyright © 2012. All Rights Reserved.