Package org.apache.commons.imaging
Class ImageWriteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.imaging.ImagingException
org.apache.commons.imaging.ImageWriteException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExifRewriter.ExifOverflowException
,JpegRewriter.JpegSegmentOverflowException
A custom exception thrown when an ImageParser or other utility
encounters a format-violation, non-supported element, or other
condition that renders image data unwritable.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionImageWriteException
(String message) ImageWriteException
(String message, Object data) ImageWriteException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ImageWriteException
-
ImageWriteException
-
ImageWriteException
-
-
Method Details
-
getType
-