Package com.itextpdf.pdfcleanup.util
Class CleanUpImageUtil.CleanupImageHandlingUtilException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.itextpdf.pdfcleanup.util.CleanUpImageUtil.CleanupImageHandlingUtilException
- All Implemented Interfaces:
-
Serializable
- Enclosing class:
- CleanUpImageUtil
Exception is thrown when errors occur during handling and cleaning up images.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CleanupImageHandlingUtilException
Creates a newCleanUpImageUtil.CleanupImageHandlingUtilException
.- Parameters:
-
msg
- the detail message. -
e
- the exception to wrap.
-