Package com.drew.imaging.jpeg
Class JpegProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.drew.lang.CompoundException
com.drew.imaging.ImageProcessingException
com.drew.imaging.jpeg.JpegProcessingException
- All Implemented Interfaces:
Serializable
An exception class thrown upon unexpected and fatal conditions while processing a JPEG file.
- Author:
- Drew Noakes https://drewnoakes.com
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJpegProcessingException(String message) JpegProcessingException(String message, Throwable cause) JpegProcessingException(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
-
JpegProcessingException
-
JpegProcessingException
-
JpegProcessingException
-