Package com.itextpdf.io.util
Class GhostscriptHelper.GhostscriptExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.itextpdf.io.util.GhostscriptHelper.GhostscriptExecutionException
- All Implemented Interfaces:
-
Serializable
- Enclosing class:
- GhostscriptHelper
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
-
GhostscriptExecutionException
Creates a newGhostscriptHelper.GhostscriptExecutionException
.- Parameters:
-
msg
- the detail message.
-