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:
java.io.Serializable
- Enclosing class:
- GhostscriptHelper
public static class GhostscriptHelper.GhostscriptExecutionException extends java.lang.RuntimeException
Exceptions thrown when errors occur during generation and comparison of images obtained on the basis of pdf files.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GhostscriptExecutionException(java.lang.String msg)
Creates a newGhostscriptHelper.GhostscriptExecutionException
.
-
-
-
Constructor Detail
-
GhostscriptExecutionException
public GhostscriptExecutionException(java.lang.String msg)
Creates a newGhostscriptHelper.GhostscriptExecutionException
.- Parameters:
msg
- the detail message.
-
-