public final class PdfOfficeExceptionMessageConstant extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BLANK_SHEET_NAME
Message about selecting sheet with blank name.
|
static String |
CONVERSION_FAILED
Message about a conversion failure.
|
static String |
FILE_TYPE_IS_NOT_DETECTED
Message for case when office file type is not detected.
|
static String |
INPUT_FILE_DOES_NOT_EXIST
Message for case when input file does not exist.
|
static String |
INVALID_CHARACTERS_IN_SHEET_NAME
Message about selecting sheet with name containing invalid characters.
|
static String |
NEGATIVE_OR_ZERO_VALUES_ARE_NOT_ALLOWED
Message about the impossibility of using negative or zero values.
|
static String |
NOT_POSSIBLE_TO_WRITE_OUTPUT
Message about the impossibility use the passed stream to create a PDF.
|
static String |
NULL_SHEET_NAME
Message about selecting sheet with null name.
|
static String |
OUTPUT_PDF_HAS_NO_PAGES
Message about PDF which doesn't have pages.
|
static String |
PAGE_NUMBER_EQUALS_TO_ZERO
Message about a page number equal to zero.
|
static String |
PASSED_FILE_IS_UNSUPPORTED
Message about an unsupported input document type.
|
static 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.
|
static String |
RANGE_HAS_DESCENDING_ORDER
The constant RANGE_HAS_DESCENDING_ORDER.
|
static String |
THREAD_WAITING_TIME_EXCEEDED_MAXIMUM_LIMIT
Message about thread abortion if its waiting time is exceeded.
|
static String |
THREAD_WAS_INTERRUPTED_DURING_CONVERSION
Message about thread interruption during document conversion.
|
static String |
TOO_LONG_SHEET_NAME
Message about selecting sheet with too long name.
|
public static final String CONVERSION_FAILED
public static final String FILE_TYPE_IS_NOT_DETECTED
public static final String INPUT_FILE_DOES_NOT_EXIST
public static final String PAGE_NUMBER_EQUALS_TO_ZERO
public static final String PASSED_FILE_IS_UNSUPPORTED
public static final String RANGE_HAS_DESCENDING_ORDER
public static final String THREAD_WAITING_TIME_EXCEEDED_MAXIMUM_LIMIT
public static final String THREAD_WAS_INTERRUPTED_DURING_CONVERSION
public static final String OUTPUT_PDF_HAS_NO_PAGES
public static final String PASSED_RANGE_IS_EMPTY_AGAINST_PASSED_FILE
public static final String NEGATIVE_OR_ZERO_VALUES_ARE_NOT_ALLOWED
public static final String NULL_SHEET_NAME
public static final String BLANK_SHEET_NAME
public static final String TOO_LONG_SHEET_NAME
public static final String INVALID_CHARACTERS_IN_SHEET_NAME
public static final String NOT_POSSIBLE_TO_WRITE_OUTPUT
Copyright © 1998–2022 iText Group NV. All rights reserved.