Class PdfOfficeExceptionMessageConstant
java.lang.Object
com.itextpdf.pdfoffice.exceptions.PdfOfficeExceptionMessageConstant
The class containing the exception messages.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Message about selecting sheet with blank name.static final String
Message about a conversion failure.static final String
Message for case when office file type is not detected.static final String
Message for case when input file does not exist.static final String
Message about selecting sheet with name containing invalid characters.static final String
Message about the impossibility of using negative or zero values.static final String
Message about the impossibility use the passed stream to create a PDF.static final String
Message about selecting sheet with null name.static final String
Message about PDF which doesn't have pages.static final String
Message about a page number equal to zero.static final String
Message about an unsupported input document type.static final String
The passed range is resolved against the passed file, the resultant range is empty, so nothing is going to be converted to PDF.static final String
The constant RANGE_HAS_DESCENDING_ORDER.static final String
Deprecated.this field will be removed in next major releasestatic final String
Deprecated.this field will be removed in next major releasestatic final String
Message about selecting sheet with too long name. -
Method Summary
-
Field Details
-
CONVERSION_FAILED
Message about a conversion failure.- See Also:
-
FILE_TYPE_IS_NOT_DETECTED
Message for case when office file type is not detected.- See Also:
-
INPUT_FILE_DOES_NOT_EXIST
Message for case when input file does not exist.- See Also:
-
PAGE_NUMBER_EQUALS_TO_ZERO
Message about a page number equal to zero.- See Also:
-
PASSED_FILE_IS_UNSUPPORTED
Message about an unsupported input document type.- See Also:
-
RANGE_HAS_DESCENDING_ORDER
The constant RANGE_HAS_DESCENDING_ORDER.- See Also:
-
THREAD_WAITING_TIME_EXCEEDED_MAXIMUM_LIMIT
Deprecated.this field will be removed in next major releaseMessage about thread abortion if its waiting time is exceeded.- See Also:
-
THREAD_WAS_INTERRUPTED_DURING_CONVERSION
Deprecated.this field will be removed in next major releaseMessage about thread interruption during document conversion.- See Also:
-
OUTPUT_PDF_HAS_NO_PAGES
Message about PDF which doesn't have pages.- See Also:
-
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
Message about the impossibility of using negative or zero values.- See Also:
-
NULL_SHEET_NAME
Message about selecting sheet with null name. For more info see MS Excel Sheet name convention.- See Also:
-
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
Message about selecting sheet with too long name. For more info see MS Excel Sheet name convention.- See Also:
-
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
Message about the impossibility use the passed stream to create a PDF.- See Also:
-