Package org.ghost4j

Class GhostscriptException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ghost4j.GhostscriptException
All Implemented Interfaces:
Serializable

public class GhostscriptException extends Exception
Ghostscript exception.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serial version UID.
      See Also:
  • Constructor Details

    • GhostscriptException

      public GhostscriptException()
    • GhostscriptException

      public GhostscriptException(String message)
    • GhostscriptException

      public GhostscriptException(Throwable cause)
    • GhostscriptException

      public GhostscriptException(String message, Throwable cause)