Package com.itextpdf.commons.logs
Class CommonsLogMessageConstant
java.lang.Object
com.itextpdf.commons.logs.CommonsLogMessageConstant
Class that bundles all the error message templates as constants.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Message notifies that an invalid statistics name was received, because there is no aggregator for it.static final String
Message notifies that files archiving operation failed.static final String
Message notifies that archive is suspicious to be a zip bomb due to large ratio between the compressed and uncompressed archive entry.static final String
Message notifies that archive is suspicious to be a zip bomb because the number of file entries extracted from the archive is greater than a predefined threshold.static final String
Message notifies that some exception has been thrown during json deserialization from object.static final String
Message notifies that some exception has been thrown during json serialization to object.static final String
Message notifies that archive is suspicious to be a zip bomb due to large total size of the uncompressed data.static final String
Message notifies that unknown placeholder was ignored during parsing of the producer line format.static final String
Message warns that some event is at confirmation stage but it is not known. -
Method Summary
-
Field Details
-
INVALID_STATISTICS_NAME
Message notifies that an invalid statistics name was received, because there is no aggregator for it.- 0th is a statistics name which is invalid;
- See Also:
-
LOCAL_FILE_COMPRESSION_FAILED
Message notifies that files archiving operation failed.- 0th is a message of thrown exception;
- See Also:
-
RATIO_IS_HIGHLY_SUSPICIOUS
Message notifies that archive is suspicious to be a zip bomb due to large ratio between the compressed and uncompressed archive entry.- 0th is a threshold ratio;
- See Also:
-
TOO_MUCH_ENTRIES_IN_ARCHIVE
Message notifies that archive is suspicious to be a zip bomb because the number of file entries extracted from the archive is greater than a predefined threshold.- 0th is a threshold number of file entries in the archive;
- See Also:
-
UNABLE_TO_DESERIALIZE_JSON
Message notifies that some exception has been thrown during json deserialization from object. List of params:- 0th is a class name of thrown exception;
- 1st is a message of thrown exception;
- See Also:
-
UNABLE_TO_SERIALIZE_OBJECT
Message notifies that some exception has been thrown during json serialization to object. List of params:- 0th is a class name of thrown exception;
- 1st is a message of thrown exception;
- See Also:
-
UNCOMPRESSED_DATA_SIZE_IS_TOO_MUCH
Message notifies that archive is suspicious to be a zip bomb due to large total size of the uncompressed data.- 0th is a threshold size;
- See Also:
-
UNKNOWN_PLACEHOLDER_WAS_IGNORED
Message notifies that unknown placeholder was ignored during parsing of the producer line format. List of params:- 0th is a name of ignored placeholder;
- See Also:
-
UNREPORTED_EVENT
Message warns that some event is at confirmation stage but it is not known. 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:
-