Class ImageProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.xebialabs.xlrelease.reports.excel.ImageProcessingException
- All Implemented Interfaces:
Serializable
Thrown when an image cannot be decoded or processed for embedding into a report.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionImageProcessingException(String message) ImageProcessingException(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
-
Constructor Details
-
ImageProcessingException
-
ImageProcessingException
-