Class PdfOfficeExceptionMessageConstant

java.lang.Object
com.itextpdf.pdfoffice.exceptions.PdfOfficeExceptionMessageConstant

public final class PdfOfficeExceptionMessageConstant extends Object
The class containing the exception messages.
  • Field Details

    • CONVERSION_FAILED

      public static final String CONVERSION_FAILED
      Message about a conversion failure.
      See Also:
    • FILE_TYPE_IS_NOT_DETECTED

      public static final String FILE_TYPE_IS_NOT_DETECTED
      Message for case when office file type is not detected.
      See Also:
    • INPUT_FILE_DOES_NOT_EXIST

      public static final String INPUT_FILE_DOES_NOT_EXIST
      Message for case when input file does not exist.
      See Also:
    • PAGE_NUMBER_EQUALS_TO_ZERO

      public static final String PAGE_NUMBER_EQUALS_TO_ZERO
      Message about a page number equal to zero.
      See Also:
    • PASSED_FILE_IS_UNSUPPORTED

      public static final String PASSED_FILE_IS_UNSUPPORTED
      Message about an unsupported input document type.
      See Also:
    • RANGE_HAS_DESCENDING_ORDER

      public static final String RANGE_HAS_DESCENDING_ORDER
      The constant RANGE_HAS_DESCENDING_ORDER.
      See Also:
    • THREAD_WAITING_TIME_EXCEEDED_MAXIMUM_LIMIT

      @Deprecated public static final String THREAD_WAITING_TIME_EXCEEDED_MAXIMUM_LIMIT
      Deprecated.
      this field will be removed in next major release
      Message about thread abortion if its waiting time is exceeded.
      See Also:
    • THREAD_WAS_INTERRUPTED_DURING_CONVERSION

      @Deprecated public static final String THREAD_WAS_INTERRUPTED_DURING_CONVERSION
      Deprecated.
      this field will be removed in next major release
      Message about thread interruption during document conversion.
      See Also:
    • OUTPUT_PDF_HAS_NO_PAGES

      public static final String OUTPUT_PDF_HAS_NO_PAGES
      Message about PDF which doesn't have pages.
      See Also:
    • PASSED_RANGE_IS_EMPTY_AGAINST_PASSED_FILE

      public static final String PASSED_RANGE_IS_EMPTY_AGAINST_PASSED_FILE
      The passed range is resolved against the passed file, the resultant range is empty, so nothing is going to be converted to PDF. This situation can happen, for example, in case it is requested to convert page 11 of a document of 10 pages or a sheet which doesn't exist in the passed spreadsheet."
      See Also:
    • NEGATIVE_OR_ZERO_VALUES_ARE_NOT_ALLOWED

      public static final String NEGATIVE_OR_ZERO_VALUES_ARE_NOT_ALLOWED
      Message about the impossibility of using negative or zero values.
      See Also:
    • NULL_SHEET_NAME

      public static final String NULL_SHEET_NAME
      Message about selecting sheet with null name. For more info see MS Excel Sheet name convention.
      See Also:
    • BLANK_SHEET_NAME

      public static final String BLANK_SHEET_NAME
      Message about selecting sheet with blank name. For more info see MS Excel Sheet name convention.
      See Also:
    • TOO_LONG_SHEET_NAME

      public static final String TOO_LONG_SHEET_NAME
      Message about selecting sheet with too long name. For more info see MS Excel Sheet name convention.
      See Also:
    • INVALID_CHARACTERS_IN_SHEET_NAME

      public static final String INVALID_CHARACTERS_IN_SHEET_NAME
      Message about selecting sheet with name containing invalid characters. For more info see MS Excel Sheet name convention.
      See Also:
    • NOT_POSSIBLE_TO_WRITE_OUTPUT

      public static final String NOT_POSSIBLE_TO_WRITE_OUTPUT
      Message about the impossibility use the passed stream to create a PDF.
      See Also: