Class RenderingCLIExceptionConstant

java.lang.Object
com.itextpdf.pdfrender.cli.exceptions.RenderingCLIExceptionConstant

public class RenderingCLIExceptionConstant extends Object
Class that bundles all the error message templates as constants.
  • Field Details

    • CLI_EXCEPTION_PAGE_SCALING_TOO_BIG

      public static final String CLI_EXCEPTION_PAGE_SCALING_TOO_BIG
      Message in case page scaling is too large.
      See Also:
    • ERROR_OPENING_THE_INPUT_PDF

      public static final String ERROR_OPENING_THE_INPUT_PDF
      Message in case an error occurred while opening the input pdf.
      See Also:
    • FAILED_TO_RENDER_PDF

      public static final String FAILED_TO_RENDER_PDF
      Message in case rendering failed.
      See Also:
    • INCORRECT_OUTPUT_DIRECTORY

      public static final String INCORRECT_OUTPUT_DIRECTORY
      Message in case the output directory is specified incorrectly.
      See Also:
    • INCORRECT_PASSWORD

      public static final String INCORRECT_PASSWORD
      Message in case the specified password is incorrect.
      See Also:
    • INCORRECT_PATH_TO_LICENSE

      public static final String INCORRECT_PATH_TO_LICENSE
      Message in case the path to the license file is incorrect.
      See Also:
    • ONLY_ONE_OF_OUTPUT_DIRECTORY_OR_FILE_SHOULD_BE_SPECIFIED

      public static final String ONLY_ONE_OF_OUTPUT_DIRECTORY_OR_FILE_SHOULD_BE_SPECIFIED
      Message in case both the output directory and the output file are specified.
      See Also:
  • Constructor Details

    • RenderingCLIExceptionConstant

      public RenderingCLIExceptionConstant()
  • Method Details