Package com.itextpdf.kernel.utils
Class CompareTool.CompareToolExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.itextpdf.kernel.utils.CompareTool.CompareToolExecutionException
- All Implemented Interfaces:
-
Serializable
- Enclosing class:
- CompareTool
Exceptions thrown when errors occur during generation and comparison of images obtained on the basis of pdf files.
- 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
-
CompareToolExecutionException
Creates a newCompareTool.CompareToolExecutionException
.- Parameters:
-
msg
- the detail message.
-