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:
Serializable
- Direct Known Subclasses:
JpegProcessingException,PngProcessingException,RiffProcessingException,TiffProcessingException
An exception class thrown upon an unexpected condition that was fatal for the processing of an image.
- Author:
- Drew Noakes https://drewnoakes.com
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionImageProcessingException(String message) ImageProcessingException(String message, Throwable cause) -
Method Summary
Methods inherited from class com.drew.lang.CompoundException
getInnerException, printStackTrace, printStackTrace, printStackTrace, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
ImageProcessingException
-
ImageProcessingException
-
ImageProcessingException
-