Package com.itextpdf.kernel.logs
Class KernelLogMessageConstant
java.lang.Object
com.itextpdf.kernel.logs.KernelLogMessageConstant
Class that bundles all the error message templates as constants.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Message warns that some event was reported but wasn't confirmed.static final String
Message warns about unexpected product name which was mentioned as involved into PDF processing. -
Method Summary
-
Field Details
-
CORRUPTED_OUTLINE_DICTIONARY_HAS_INFINITE_LOOP
- See Also:
-
DCTDECODE_FILTER_DECODING
- See Also:
-
FEATURE_IS_NOT_SUPPORTED
- See Also:
-
FULL_COMPRESSION_APPEND_MODE_XREF_TABLE_INCONSISTENCY
- See Also:
-
FULL_COMPRESSION_APPEND_MODE_XREF_STREAM_INCONSISTENCY
- See Also:
-
JPXDECODE_FILTER_DECODING
- See Also:
-
UNABLE_TO_PARSE_COLOR_WITHIN_COLORSPACE
- See Also:
-
UNKNOWN_PRODUCT_INVOLVED
Message warns about unexpected product name which was mentioned as involved into PDF processing. List of params:- 0th is a name of unknown product;
- See Also:
-
UNCONFIRMED_EVENT
Message warns that some event was reported but wasn't confirmed. Probably some processing has failed. List of params:- 0th is a name of product for which event was reported;
- 1st is an event type;
- See Also:
-