Package org.apache.xml.res
Class XMLErrorResources_fr
java.lang.Object
java.util.ResourceBundle
java.util.ListResourceBundle
org.apache.xml.res.XMLErrorResources_fr
Set up error messages.
We build a two dimensional array of message keys and
message strings. In order to add a new message here,
you need to first add a String constant. And you need
to enter key, value pair as part of the contents
array. You also need to update MAX_CODE for error strings
and MAX_WARNING for warnings ( Needed for only information
purpose )
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.ResourceBundle
ResourceBundle.Control
-
Field Summary
FieldsModifier 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
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
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
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
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
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 TypeMethodDescriptionObject[][]
Get the lookup table for error messagesstatic final XMLErrorResources
loadResourceBundle
(String className) Return a named ResourceBundle for a particular locale.Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject
Methods inherited from class java.util.ResourceBundle
clearCache, clearCache, containsKey, getBaseBundleName, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, keySet
-
Field Details
-
ER_FUNCTION_NOT_SUPPORTED
- See Also:
-
ER_CANNOT_OVERWRITE_CAUSE
- See Also:
-
ER_NO_DEFAULT_IMPL
- See Also:
-
ER_CHUNKEDINTARRAY_NOT_SUPPORTED
- See Also:
-
ER_OFFSET_BIGGER_THAN_SLOT
- See Also:
-
ER_COROUTINE_NOT_AVAIL
- See Also:
-
ER_COROUTINE_CO_EXIT
- See Also:
-
ER_COJOINROUTINESET_FAILED
- See Also:
-
ER_COROUTINE_PARAM
- See Also:
-
ER_PARSER_DOTERMINATE_ANSWERS
- See Also:
-
ER_NO_PARSE_CALL_WHILE_PARSING
- See Also:
-
ER_TYPED_ITERATOR_AXIS_NOT_IMPLEMENTED
- See Also:
-
ER_ITERATOR_AXIS_NOT_IMPLEMENTED
- See Also:
-
ER_ITERATOR_CLONE_NOT_SUPPORTED
- See Also:
-
ER_UNKNOWN_AXIS_TYPE
- See Also:
-
ER_AXIS_NOT_SUPPORTED
- See Also:
-
ER_NO_DTMIDS_AVAIL
- See Also:
-
ER_NOT_SUPPORTED
- See Also:
-
ER_NODE_NON_NULL
- See Also:
-
ER_COULD_NOT_RESOLVE_NODE
- See Also:
-
ER_STARTPARSE_WHILE_PARSING
- See Also:
-
ER_STARTPARSE_NEEDS_SAXPARSER
- See Also:
-
ER_COULD_NOT_INIT_PARSER
- See Also:
-
ER_EXCEPTION_CREATING_POOL
- See Also:
-
ER_PATH_CONTAINS_INVALID_ESCAPE_SEQUENCE
- See Also:
-
ER_SCHEME_REQUIRED
- See Also:
-
ER_NO_SCHEME_IN_URI
- See Also:
-
ER_NO_SCHEME_INURI
- See Also:
-
ER_PATH_INVALID_CHAR
- See Also:
-
ER_SCHEME_FROM_NULL_STRING
- See Also:
-
ER_SCHEME_NOT_CONFORMANT
- See Also:
-
ER_HOST_ADDRESS_NOT_WELLFORMED
- See Also:
-
ER_PORT_WHEN_HOST_NULL
- See Also:
-
ER_INVALID_PORT
- See Also:
-
ER_FRAG_FOR_GENERIC_URI
- See Also:
-
ER_FRAG_WHEN_PATH_NULL
- See Also:
-
ER_FRAG_INVALID_CHAR
- See Also:
-
ER_PARSER_IN_USE
- See Also:
-
ER_CANNOT_CHANGE_WHILE_PARSING
- See Also:
-
ER_SELF_CAUSATION_NOT_PERMITTED
- See Also:
-
ER_NO_USERINFO_IF_NO_HOST
- See Also:
-
ER_NO_PORT_IF_NO_HOST
- See Also:
-
ER_NO_QUERY_STRING_IN_PATH
- See Also:
-
ER_NO_FRAGMENT_STRING_IN_PATH
- See Also:
-
ER_CANNOT_INIT_URI_EMPTY_PARMS
- See Also:
-
ER_METHOD_NOT_SUPPORTED
- See Also:
-
ER_INCRSAXSRCFILTER_NOT_RESTARTABLE
- See Also:
-
ER_XMLRDR_NOT_BEFORE_STARTPARSE
- See Also:
-
ER_AXIS_TRAVERSER_NOT_SUPPORTED
- See Also:
-
ER_ERRORHANDLER_CREATED_WITH_NULL_PRINTWRITER
- See Also:
-
ER_SYSTEMID_UNKNOWN
- See Also:
-
ER_LOCATION_UNKNOWN
- See Also:
-
ER_PREFIX_MUST_RESOLVE
- See Also:
-
ER_CREATEDOCUMENT_NOT_SUPPORTED
- See Also:
-
ER_CHILD_HAS_NO_OWNER_DOCUMENT
- See Also:
-
ER_CHILD_HAS_NO_OWNER_DOCUMENT_ELEMENT
- See Also:
-
ER_CANT_OUTPUT_TEXT_BEFORE_DOC
- See Also:
-
ER_CANT_HAVE_MORE_THAN_ONE_ROOT
- See Also:
-
ER_ARG_LOCALNAME_NULL
- See Also:
-
ER_ARG_LOCALNAME_INVALID
- See Also:
-
ER_ARG_PREFIX_INVALID
- See Also:
-
ER_NAME_CANT_START_WITH_COLON
- See Also:
-
-
Constructor Details
-
XMLErrorResources_fr
public XMLErrorResources_fr()
-
-
Method Details
-
getContents
Get the lookup table for error messages- Returns:
- The association list.
-
loadResourceBundle
public static final XMLErrorResources loadResourceBundle(String className) throws MissingResourceException Return a named ResourceBundle for a particular locale. This method mimics the behavior of ResourceBundle.getBundle().- Parameters:
className
- the name of the class that implements the resource bundle.- Returns:
- the ResourceBundle
- Throws:
MissingResourceException
-