Class RenderingCLIException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.itextpdf.commons.exceptions.ITextException
com.itextpdf.pdfrender.exceptions.RenderingException
com.itextpdf.pdfrender.cli.exceptions.RenderingCLIException
All Implemented Interfaces:
Serializable

public class RenderingCLIException extends RenderingException
Runtime exception that gets thrown if something goes wrong in the rendition of PDF to images through CLI API.
See Also:
  • Constructor Details

    • RenderingCLIException

      public RenderingCLIException (String message)
      Creates a new RenderingCLIException instance.
      Parameters:
      message - the detail message
    • RenderingCLIException

      public RenderingCLIException (String message, Throwable cause)
      Creates a new RenderingCLIException instance.
      Parameters:
      message - the detail message.
      cause - the cause (which is saved for later retrieval by Throwable.getCause() method).