Package com.drew.imaging.tiff
Class TiffProcessingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.drew.lang.CompoundException
-
- com.drew.imaging.ImageProcessingException
-
- com.drew.imaging.tiff.TiffProcessingException
-
- All Implemented Interfaces:
java.io.Serializable
public class TiffProcessingException extends ImageProcessingException
An exception class thrown upon unexpected and fatal conditions while processing a TIFF file.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TiffProcessingException(java.lang.String message)
TiffProcessingException(java.lang.String message, java.lang.Throwable cause)
TiffProcessingException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class com.drew.lang.CompoundException
getInnerException, printStackTrace, printStackTrace, printStackTrace, toString
-
-