Package com.itextpdf.tool.xml.exceptions
Class LocaleMessages
- java.lang.Object
-
- com.itextpdf.tool.xml.exceptions.LocaleMessages
-
public class LocaleMessages extends Object
- Author:
- Emiel Ackermann
-
-
Field Summary
Fields Modifier and Type Field Description static StringA_EXTERNALstatic StringA_LOCALGOTOstatic StringA_SETLOCALGOTOstatic StringADD_HEADERstatic StringCOLSPANstatic StringCUSTOMCONTEXT_404_CONTINUEstatic StringELEMENT_NOT_ADDEDstatic StringELEMENT_NOT_ADDED_EXCstatic StringHEADER_BM_DISABLEDstatic StringHTML_IMG_RETRIEVE_FAILstatic StringHTML_IMG_USEstatic StringIMG_SRC_NOTCONVERTEDstatic StringINVALID_NESTED_TAGstatic StringLINK_404static StringMETA_404static StringMETA_CCstatic StringNO_CUSTOM_CONTEXTstatic StringNO_SIBLINGstatic StringNO_TAGPROCESSORstatic StringOWN_CONTEXT_404static StringPIPELINE_AUTODOCstatic StringSPACEHACKstatic StringSTACK_404static StringSTYLE_NOTPARSEDstatic StringUNSUPPORTED_CHARSETstatic StringUNSUPPORTED_CLONING
-
Constructor Summary
Constructors Constructor Description LocaleMessages()LocaleMessages(Locale locale)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LocaleMessagesgetInstance()Returns theLocaleMessageswith as Locale the default jvm locale.StringgetMessage(String key)Fetches the message belonging to the key.
-
-
-
Field Detail
-
UNSUPPORTED_CHARSET
public static final String UNSUPPORTED_CHARSET
- See Also:
- Constant Field Values
-
INVALID_NESTED_TAG
public static final String INVALID_NESTED_TAG
- See Also:
- Constant Field Values
-
NO_CUSTOM_CONTEXT
public static final String NO_CUSTOM_CONTEXT
- See Also:
- Constant Field Values
-
CUSTOMCONTEXT_404_CONTINUE
public static final String CUSTOMCONTEXT_404_CONTINUE
- See Also:
- Constant Field Values
-
UNSUPPORTED_CLONING
public static final String UNSUPPORTED_CLONING
- See Also:
- Constant Field Values
-
NO_TAGPROCESSOR
public static final String NO_TAGPROCESSOR
- See Also:
- Constant Field Values
-
NO_SIBLING
public static final String NO_SIBLING
- See Also:
- Constant Field Values
-
PIPELINE_AUTODOC
public static final String PIPELINE_AUTODOC
- See Also:
- Constant Field Values
-
STACK_404
public static final String STACK_404
- See Also:
- Constant Field Values
-
OWN_CONTEXT_404
public static final String OWN_CONTEXT_404
- See Also:
- Constant Field Values
-
ELEMENT_NOT_ADDED
public static final String ELEMENT_NOT_ADDED
- See Also:
- Constant Field Values
-
ELEMENT_NOT_ADDED_EXC
public static final String ELEMENT_NOT_ADDED_EXC
- See Also:
- Constant Field Values
-
IMG_SRC_NOTCONVERTED
public static final String IMG_SRC_NOTCONVERTED
- See Also:
- Constant Field Values
-
HTML_IMG_USE
public static final String HTML_IMG_USE
- See Also:
- Constant Field Values
-
HTML_IMG_RETRIEVE_FAIL
public static final String HTML_IMG_RETRIEVE_FAIL
- See Also:
- Constant Field Values
-
ADD_HEADER
public static final String ADD_HEADER
- See Also:
- Constant Field Values
-
HEADER_BM_DISABLED
public static final String HEADER_BM_DISABLED
- See Also:
- Constant Field Values
-
A_LOCALGOTO
public static final String A_LOCALGOTO
- See Also:
- Constant Field Values
-
A_EXTERNAL
public static final String A_EXTERNAL
- See Also:
- Constant Field Values
-
A_SETLOCALGOTO
public static final String A_SETLOCALGOTO
- See Also:
- Constant Field Values
-
SPACEHACK
public static final String SPACEHACK
- See Also:
- Constant Field Values
-
COLSPAN
public static final String COLSPAN
- See Also:
- Constant Field Values
-
LINK_404
public static final String LINK_404
- See Also:
- Constant Field Values
-
META_CC
public static final String META_CC
- See Also:
- Constant Field Values
-
META_404
public static final String META_404
- See Also:
- Constant Field Values
-
STYLE_NOTPARSED
public static final String STYLE_NOTPARSED
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static LocaleMessages getInstance()
Returns theLocaleMessageswith as Locale the default jvm locale.- Returns:
- a singleton instance of LocaleMessages
-
-