Package com.itextpdf.tool.xml.exceptions
Class LocaleMessages
java.lang.Object
com.itextpdf.tool.xml.exceptions.LocaleMessages
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
private final ResourceBundle
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
private static LocaleMessages
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LocaleMessages
Returns theLocaleMessages
with as Locale the default jvm locale.getMessage
(String key) Fetches the message belonging to the key.
-
Field Details
-
UNSUPPORTED_CHARSET
- See Also:
-
INVALID_NESTED_TAG
- See Also:
-
NO_CUSTOM_CONTEXT
- See Also:
-
CUSTOMCONTEXT_404_CONTINUE
- See Also:
-
UNSUPPORTED_CLONING
- See Also:
-
NO_TAGPROCESSOR
- See Also:
-
NO_SIBLING
- See Also:
-
PIPELINE_AUTODOC
- See Also:
-
STACK_404
- See Also:
-
OWN_CONTEXT_404
- See Also:
-
ELEMENT_NOT_ADDED
- See Also:
-
ELEMENT_NOT_ADDED_EXC
- See Also:
-
IMG_SRC_NOTCONVERTED
- See Also:
-
HTML_IMG_USE
- See Also:
-
HTML_IMG_RETRIEVE_FAIL
- See Also:
-
ADD_HEADER
- See Also:
-
HEADER_BM_DISABLED
- See Also:
-
A_LOCALGOTO
- See Also:
-
A_EXTERNAL
- See Also:
-
A_SETLOCALGOTO
- See Also:
-
SPACEHACK
- See Also:
-
COLSPAN
- See Also:
-
LINK_404
- See Also:
-
META_CC
- See Also:
-
META_404
- See Also:
-
STYLE_NOTPARSED
- See Also:
-
myself
-
bundle
-
-
Constructor Details
-
LocaleMessages
public LocaleMessages() -
LocaleMessages
- Parameters:
locale
- theLocale
to use.
-
-
Method Details
-
getInstance
Returns theLocaleMessages
with as Locale the default jvm locale.- Returns:
- a singleton instance of LocaleMessages
-
getMessage
Fetches the message belonging to the key.- Parameters:
key
- the key for the message- Returns:
- the message
-