Package com.drew.imaging
Class ImageProcessingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.drew.lang.CompoundException
-
- com.drew.imaging.ImageProcessingException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
JpegProcessingException,PngProcessingException,RiffProcessingException,TiffProcessingException
public class ImageProcessingException extends CompoundException
An exception class thrown upon an unexpected condition that was fatal for the processing of an image.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description ImageProcessingException(java.lang.String message)ImageProcessingException(java.lang.String message, java.lang.Throwable cause)ImageProcessingException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class com.drew.lang.CompoundException
getInnerException, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-