Package org.apache.xml.res
Class XMLErrorResources
java.lang.Object
java.util.ResourceBundle
java.util.ListResourceBundle
org.apache.xml.res.XMLErrorResources
public class XMLErrorResources extends ListResourceBundle
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
Fields inherited from class java.util.ResourceBundle
parent -
Constructor Summary
Constructors Constructor Description XMLErrorResources() -
Method Summary
Modifier and Type Method Description Object[][]getContents()Get the lookup table for error messagesMethods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject, handleKeySetMethods inherited from class java.util.ResourceBundle
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, keySet, setParent
-
Field Details
-
ER_FUNCTION_NOT_SUPPORTED
- See Also:
- Constant Field Values
-
ER_CANNOT_OVERWRITE_CAUSE
- See Also:
- Constant Field Values
-
ER_NO_DEFAULT_IMPL
- See Also:
- Constant Field Values
-
ER_CHUNKEDINTARRAY_NOT_SUPPORTED
- See Also:
- Constant Field Values
-
ER_OFFSET_BIGGER_THAN_SLOT
- See Also:
- Constant Field Values
-
ER_COROUTINE_NOT_AVAIL
- See Also:
- Constant Field Values
-
ER_COROUTINE_CO_EXIT
- See Also:
- Constant Field Values
-
ER_COJOINROUTINESET_FAILED
- See Also:
- Constant Field Values
-
ER_COROUTINE_PARAM
- See Also:
- Constant Field Values
-
ER_PARSER_DOTERMINATE_ANSWERS
- See Also:
- Constant Field Values
-
ER_NO_PARSE_CALL_WHILE_PARSING
- See Also:
- Constant Field Values
-
ER_TYPED_ITERATOR_AXIS_NOT_IMPLEMENTED
- See Also:
- Constant Field Values
-
ER_ITERATOR_AXIS_NOT_IMPLEMENTED
- See Also:
- Constant Field Values
-
ER_ITERATOR_CLONE_NOT_SUPPORTED
- See Also:
- Constant Field Values
-
ER_UNKNOWN_AXIS_TYPE
- See Also:
- Constant Field Values
-
ER_AXIS_NOT_SUPPORTED
- See Also:
- Constant Field Values
-
ER_NO_DTMIDS_AVAIL
- See Also:
- Constant Field Values
-
ER_NOT_SUPPORTED
- See Also:
- Constant Field Values
-
ER_NODE_NON_NULL
- See Also:
- Constant Field Values
-
ER_COULD_NOT_RESOLVE_NODE
- See Also:
- Constant Field Values
-
ER_STARTPARSE_WHILE_PARSING
- See Also:
- Constant Field Values
-
ER_STARTPARSE_NEEDS_SAXPARSER
- See Also:
- Constant Field Values
-
ER_COULD_NOT_INIT_PARSER
- See Also:
- Constant Field Values
-
ER_EXCEPTION_CREATING_POOL
- See Also:
- Constant Field Values
-
ER_PATH_CONTAINS_INVALID_ESCAPE_SEQUENCE
- See Also:
- Constant Field Values
-
ER_SCHEME_REQUIRED
- See Also:
- Constant Field Values
-
ER_NO_SCHEME_IN_URI
- See Also:
- Constant Field Values
-
ER_NO_SCHEME_INURI
- See Also:
- Constant Field Values
-
ER_PATH_INVALID_CHAR
- See Also:
- Constant Field Values
-
ER_SCHEME_FROM_NULL_STRING
- See Also:
- Constant Field Values
-
ER_SCHEME_NOT_CONFORMANT
- See Also:
- Constant Field Values
-
ER_HOST_ADDRESS_NOT_WELLFORMED
- See Also:
- Constant Field Values
-
ER_PORT_WHEN_HOST_NULL
- See Also:
- Constant Field Values
-
ER_INVALID_PORT
- See Also:
- Constant Field Values
-
ER_FRAG_FOR_GENERIC_URI
- See Also:
- Constant Field Values
-
ER_FRAG_WHEN_PATH_NULL
- See Also:
- Constant Field Values
-
ER_FRAG_INVALID_CHAR
- See Also:
- Constant Field Values
-
ER_PARSER_IN_USE
- See Also:
- Constant Field Values
-
ER_CANNOT_CHANGE_WHILE_PARSING
- See Also:
- Constant Field Values
-
ER_SELF_CAUSATION_NOT_PERMITTED
- See Also:
- Constant Field Values
-
ER_NO_USERINFO_IF_NO_HOST
- See Also:
- Constant Field Values
-
ER_NO_PORT_IF_NO_HOST
- See Also:
- Constant Field Values
-
ER_NO_QUERY_STRING_IN_PATH
- See Also:
- Constant Field Values
-
ER_NO_FRAGMENT_STRING_IN_PATH
- See Also:
- Constant Field Values
-
ER_CANNOT_INIT_URI_EMPTY_PARMS
- See Also:
- Constant Field Values
-
ER_METHOD_NOT_SUPPORTED
- See Also:
- Constant Field Values
-
ER_INCRSAXSRCFILTER_NOT_RESTARTABLE
- See Also:
- Constant Field Values
-
ER_XMLRDR_NOT_BEFORE_STARTPARSE
- See Also:
- Constant Field Values
-
ER_AXIS_TRAVERSER_NOT_SUPPORTED
- See Also:
- Constant Field Values
-
ER_ERRORHANDLER_CREATED_WITH_NULL_PRINTWRITER
- See Also:
- Constant Field Values
-
ER_SYSTEMID_UNKNOWN
- See Also:
- Constant Field Values
-
ER_LOCATION_UNKNOWN
- See Also:
- Constant Field Values
-
ER_PREFIX_MUST_RESOLVE
- See Also:
- Constant Field Values
-
ER_CREATEDOCUMENT_NOT_SUPPORTED
- See Also:
- Constant Field Values
-
ER_CHILD_HAS_NO_OWNER_DOCUMENT
- See Also:
- Constant Field Values
-
ER_CHILD_HAS_NO_OWNER_DOCUMENT_ELEMENT
- See Also:
- Constant Field Values
-
ER_CANT_OUTPUT_TEXT_BEFORE_DOC
- See Also:
- Constant Field Values
-
ER_CANT_HAVE_MORE_THAN_ONE_ROOT
- See Also:
- Constant Field Values
-
ER_ARG_LOCALNAME_NULL
- See Also:
- Constant Field Values
-
ER_ARG_LOCALNAME_INVALID
- See Also:
- Constant Field Values
-
ER_ARG_PREFIX_INVALID
- See Also:
- Constant Field Values
-
ER_NAME_CANT_START_WITH_COLON
- See Also:
- Constant Field Values
-
-
Constructor Details
-
XMLErrorResources
public XMLErrorResources()
-
-
Method Details
-
getContents
Get the lookup table for error messages- Specified by:
getContentsin classListResourceBundle- Returns:
- The association list.
-