org.apache.xml.res
Class XMLErrorResources_pl

public class XMLErrorResources_pl
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 )
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Field Summary
static String ER_ARG_LOCALNAME_INVALID
No description provided.
static String ER_ARG_LOCALNAME_NULL
No description provided.
static String ER_ARG_PREFIX_INVALID
No description provided.
static String ER_AXIS_NOT_SUPPORTED
No description provided.
static String ER_AXIS_TRAVERSER_NOT_SUPPORTED
No description provided.
static String ER_BUFFER_SIZE_LESSTHAN_ZERO
No description provided.
static String ER_CANNOT_CHANGE_WHILE_PARSING
No description provided.
static String ER_CANNOT_INIT_URI_EMPTY_PARMS
No description provided.
static String ER_CANNOT_OVERWRITE_CAUSE
No description provided.
static String ER_CANT_HAVE_MORE_THAN_ONE_ROOT
No description provided.
static String ER_CANT_OUTPUT_TEXT_BEFORE_DOC
No description provided.
static String ER_CHILD_HAS_NO_OWNER_DOCUMENT
No description provided.
static String ER_CHILD_HAS_NO_OWNER_DOCUMENT_ELEMENT
No description provided.
static String ER_CHUNKEDINTARRAY_NOT_SUPPORTED
No description provided.
static String ER_COJOINROUTINESET_FAILED
No description provided.
static String ER_COROUTINE_CO_EXIT
No description provided.
static String ER_COROUTINE_NOT_AVAIL
No description provided.
static String ER_COROUTINE_PARAM
No description provided.
static String ER_COULD_NOT_INIT_PARSER
No description provided.
static String ER_COULD_NOT_LOAD_METHOD_PROPERTY
No description provided.
static String ER_COULD_NOT_LOAD_RESOURCE
No description provided.
static String ER_COULD_NOT_RESOLVE_NODE
No description provided.
static String ER_CREATEDOCUMENT_NOT_SUPPORTED
No description provided.
static String ER_ERRORHANDLER_CREATED_WITH_NULL_PRINTWRITER
No description provided.
static String ER_EXCEPTION_CREATING_POOL
No description provided.
static String ER_FRAG_FOR_GENERIC_URI
No description provided.
static String ER_FRAG_INVALID_CHAR
No description provided.
static String ER_FRAG_WHEN_PATH_NULL
No description provided.
static String ER_FUNCTION_NOT_SUPPORTED
No description provided.
static String ER_HOST_ADDRESS_NOT_WELLFORMED
No description provided.
static String ER_ILLEGAL_ATTRIBUTE_POSITION
No description provided.
static String ER_INCRSAXSRCFILTER_NOT_RESTARTABLE
No description provided.
static String ER_INVALID_PORT
No description provided.
static String ER_INVALID_UTF16_SURROGATE
No description provided.
static String ER_ITERATOR_AXIS_NOT_IMPLEMENTED
No description provided.
static String ER_ITERATOR_CLONE_NOT_SUPPORTED
No description provided.
static String ER_LOCATION_UNKNOWN
No description provided.
static String ER_METHOD_NOT_SUPPORTED
No description provided.
static String ER_NAMESPACE_PREFIX
No description provided.
static String ER_NODE_NON_NULL
No description provided.
static String ER_NOT_SUPPORTED
No description provided.
static String ER_NO_DEFAULT_IMPL
No description provided.
static String ER_NO_DTMIDS_AVAIL
No description provided.
static String ER_NO_FRAGMENT_STRING_IN_PATH
No description provided.
static String ER_NO_PARSE_CALL_WHILE_PARSING
No description provided.
static String ER_NO_PORT_IF_NO_HOST
No description provided.
static String ER_NO_QUERY_STRING_IN_PATH
No description provided.
static String ER_NO_SCHEME_INURI
No description provided.
static String ER_NO_SCHEME_IN_URI
No description provided.
static String ER_NO_USERINFO_IF_NO_HOST
No description provided.
static String ER_OFFSET_BIGGER_THAN_SLOT
No description provided.
static String ER_OIERROR
No description provided.
static String ER_PARSER_DOTERMINATE_ANSWERS
No description provided.
static String ER_PARSER_IN_USE
No description provided.
static String ER_PATH_CONTAINS_INVALID_ESCAPE_SEQUENCE
No description provided.
static String ER_PATH_INVALID_CHAR
No description provided.
static String ER_PORT_WHEN_HOST_NULL
No description provided.
static String ER_PREFIX_MUST_RESOLVE
No description provided.
static String ER_RESOURCE_COULD_NOT_FIND
No description provided.
static String ER_RESOURCE_COULD_NOT_LOAD
No description provided.
static String ER_SCHEME_FROM_NULL_STRING
No description provided.
static String ER_SCHEME_NOT_CONFORMANT
No description provided.
static String ER_SCHEME_REQUIRED
No description provided.
static String ER_SELF_CAUSATION_NOT_PERMITTED
No description provided.
static String ER_SERIALIZER_NOT_CONTENTHANDLER
No description provided.
static String ER_STARTPARSE_NEEDS_SAXPARSER
No description provided.
static String ER_STARTPARSE_WHILE_PARSING
No description provided.
static String ER_STRAY_ATTRIBUTE
No description provided.
static String ER_STRAY_NAMESPACE
No description provided.
static String ER_SYSTEMID_UNKNOWN
No description provided.
static String ER_TYPED_ITERATOR_AXIS_NOT_IMPLEMENTED
No description provided.
static String ER_UNKNOWN_AXIS_TYPE
No description provided.
static String ER_XMLRDR_NOT_BEFORE_STARTPARSE
No description provided.
static int MAX_CODE
Maximum error messages, this is needed to keep track of the number of messages.
static int MAX_MESSAGES
Maximum total warnings and error messages.
static int MAX_OTHERS
Maximum misc strings.
static int MAX_WARNING
Maximum warnings, this is needed to keep track of the number of warnings.
Fields inherited from java.utilResourceBundle
Constructor Summary
XMLErrorResources_pl()
No description provided.
Method Summary
Object[][] getContents()
Get the lookup table for error messages
static XMLErrorResources loadResourceBundle( String className )
Return a named ResourceBundle for a particular locale.
Methods inherited from java.utilListResourceBundle
ER_ARG_LOCALNAME_INVALID
public static String ER_ARG_LOCALNAME_INVALID
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_ARG_LOCALNAME_NULL
public static String ER_ARG_LOCALNAME_NULL
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_ARG_PREFIX_INVALID
public static String ER_ARG_PREFIX_INVALID
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_AXIS_NOT_SUPPORTED
public static String ER_AXIS_NOT_SUPPORTED
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_AXIS_TRAVERSER_NOT_SUPPORTED
public static String ER_AXIS_TRAVERSER_NOT_SUPPORTED
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_BUFFER_SIZE_LESSTHAN_ZERO
public static String ER_BUFFER_SIZE_LESSTHAN_ZERO
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_CANNOT_CHANGE_WHILE_PARSING
public static String ER_CANNOT_CHANGE_WHILE_PARSING
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_CANNOT_INIT_URI_EMPTY_PARMS
public static String ER_CANNOT_INIT_URI_EMPTY_PARMS
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_CANNOT_OVERWRITE_CAUSE
public static String ER_CANNOT_OVERWRITE_CAUSE
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_CANT_HAVE_MORE_THAN_ONE_ROOT
public static String ER_CANT_HAVE_MORE_THAN_ONE_ROOT
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_CANT_OUTPUT_TEXT_BEFORE_DOC
public static String ER_CANT_OUTPUT_TEXT_BEFORE_DOC
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_CHILD_HAS_NO_OWNER_DOCUMENT
public static String ER_CHILD_HAS_NO_OWNER_DOCUMENT
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_CHILD_HAS_NO_OWNER_DOCUMENT_ELEMENT
public static String ER_CHILD_HAS_NO_OWNER_DOCUMENT_ELEMENT
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_CHUNKEDINTARRAY_NOT_SUPPORTED
public static String ER_CHUNKEDINTARRAY_NOT_SUPPORTED
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_COJOINROUTINESET_FAILED
public static String ER_COJOINROUTINESET_FAILED
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_COROUTINE_CO_EXIT
public static String ER_COROUTINE_CO_EXIT
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_COROUTINE_NOT_AVAIL
public static String ER_COROUTINE_NOT_AVAIL
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_COROUTINE_PARAM
public static String ER_COROUTINE_PARAM
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_COULD_NOT_INIT_PARSER
public static String ER_COULD_NOT_INIT_PARSER
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_COULD_NOT_LOAD_METHOD_PROPERTY
public static String ER_COULD_NOT_LOAD_METHOD_PROPERTY
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_COULD_NOT_LOAD_RESOURCE
public static String ER_COULD_NOT_LOAD_RESOURCE
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_COULD_NOT_RESOLVE_NODE
public static String ER_COULD_NOT_RESOLVE_NODE
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_CREATEDOCUMENT_NOT_SUPPORTED
public static String ER_CREATEDOCUMENT_NOT_SUPPORTED
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_ERRORHANDLER_CREATED_WITH_NULL_PRINTWRITER
public static String ER_ERRORHANDLER_CREATED_WITH_NULL_PRINTWRITER
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_EXCEPTION_CREATING_POOL
public static String ER_EXCEPTION_CREATING_POOL
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_FRAG_FOR_GENERIC_URI
public static String ER_FRAG_FOR_GENERIC_URI
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_FRAG_INVALID_CHAR
public static String ER_FRAG_INVALID_CHAR
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_FRAG_WHEN_PATH_NULL
public static String ER_FRAG_WHEN_PATH_NULL
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_FUNCTION_NOT_SUPPORTED
public static String ER_FUNCTION_NOT_SUPPORTED
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_HOST_ADDRESS_NOT_WELLFORMED
public static String ER_HOST_ADDRESS_NOT_WELLFORMED
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_ILLEGAL_ATTRIBUTE_POSITION
public static String ER_ILLEGAL_ATTRIBUTE_POSITION
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_INCRSAXSRCFILTER_NOT_RESTARTABLE
public static String ER_INCRSAXSRCFILTER_NOT_RESTARTABLE
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_INVALID_PORT
public static String ER_INVALID_PORT
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_INVALID_UTF16_SURROGATE
public static String ER_INVALID_UTF16_SURROGATE
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_ITERATOR_AXIS_NOT_IMPLEMENTED
public static String ER_ITERATOR_AXIS_NOT_IMPLEMENTED
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_ITERATOR_CLONE_NOT_SUPPORTED
public static String ER_ITERATOR_CLONE_NOT_SUPPORTED
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_LOCATION_UNKNOWN
public static String ER_LOCATION_UNKNOWN
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_METHOD_NOT_SUPPORTED
public static String ER_METHOD_NOT_SUPPORTED
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_NAMESPACE_PREFIX
public static String ER_NAMESPACE_PREFIX
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_NODE_NON_NULL
public static String ER_NODE_NON_NULL
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_NOT_SUPPORTED
public static String ER_NOT_SUPPORTED
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_NO_DEFAULT_IMPL
public static String ER_NO_DEFAULT_IMPL
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_NO_DTMIDS_AVAIL
public static String ER_NO_DTMIDS_AVAIL
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_NO_FRAGMENT_STRING_IN_PATH
public static String ER_NO_FRAGMENT_STRING_IN_PATH
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_NO_PARSE_CALL_WHILE_PARSING
public static String ER_NO_PARSE_CALL_WHILE_PARSING
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_NO_PORT_IF_NO_HOST
public static String ER_NO_PORT_IF_NO_HOST
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_NO_QUERY_STRING_IN_PATH
public static String ER_NO_QUERY_STRING_IN_PATH
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_NO_SCHEME_INURI
public static String ER_NO_SCHEME_INURI
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_NO_SCHEME_IN_URI
public static String ER_NO_SCHEME_IN_URI
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_NO_USERINFO_IF_NO_HOST
public static String ER_NO_USERINFO_IF_NO_HOST
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_OFFSET_BIGGER_THAN_SLOT
public static String ER_OFFSET_BIGGER_THAN_SLOT
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_OIERROR
public static String ER_OIERROR
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_PARSER_DOTERMINATE_ANSWERS
public static String ER_PARSER_DOTERMINATE_ANSWERS
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_PARSER_IN_USE
public static String ER_PARSER_IN_USE
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_PATH_CONTAINS_INVALID_ESCAPE_SEQUENCE
public static String ER_PATH_CONTAINS_INVALID_ESCAPE_SEQUENCE
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_PATH_INVALID_CHAR
public static String ER_PATH_INVALID_CHAR
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_PORT_WHEN_HOST_NULL
public static String ER_PORT_WHEN_HOST_NULL
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_PREFIX_MUST_RESOLVE
public static String ER_PREFIX_MUST_RESOLVE
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_RESOURCE_COULD_NOT_FIND
public static String ER_RESOURCE_COULD_NOT_FIND
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_RESOURCE_COULD_NOT_LOAD
public static String ER_RESOURCE_COULD_NOT_LOAD
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_SCHEME_FROM_NULL_STRING
public static String ER_SCHEME_FROM_NULL_STRING
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_SCHEME_NOT_CONFORMANT
public static String ER_SCHEME_NOT_CONFORMANT
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_SCHEME_REQUIRED
public static String ER_SCHEME_REQUIRED
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_SELF_CAUSATION_NOT_PERMITTED
public static String ER_SELF_CAUSATION_NOT_PERMITTED
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_SERIALIZER_NOT_CONTENTHANDLER
public static String ER_SERIALIZER_NOT_CONTENTHANDLER
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_STARTPARSE_NEEDS_SAXPARSER
public static String ER_STARTPARSE_NEEDS_SAXPARSER
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_STARTPARSE_WHILE_PARSING
public static String ER_STARTPARSE_WHILE_PARSING
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_STRAY_ATTRIBUTE
public static String ER_STRAY_ATTRIBUTE
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_STRAY_NAMESPACE
public static String ER_STRAY_NAMESPACE
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_SYSTEMID_UNKNOWN
public static String ER_SYSTEMID_UNKNOWN
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_TYPED_ITERATOR_AXIS_NOT_IMPLEMENTED
public static String ER_TYPED_ITERATOR_AXIS_NOT_IMPLEMENTED
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_UNKNOWN_AXIS_TYPE
public static String ER_UNKNOWN_AXIS_TYPE
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
ER_XMLRDR_NOT_BEFORE_STARTPARSE
public static String ER_XMLRDR_NOT_BEFORE_STARTPARSE
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
MAX_CODE
public static int MAX_CODE
Maximum error messages, this is needed to keep track of the number of messages.
Wiki javadoc Use textile entry format.
Add your comments here.
MAX_MESSAGES
public static int MAX_MESSAGES
Maximum total warnings and error messages.
Wiki javadoc Use textile entry format.
Add your comments here.
MAX_OTHERS
public static int MAX_OTHERS
Maximum misc strings.
Wiki javadoc Use textile entry format.
Add your comments here.
MAX_WARNING
public static int MAX_WARNING
Maximum warnings, this is needed to keep track of the number of warnings.
Wiki javadoc Use textile entry format.
Add your comments here.
XMLErrorResources_pl
public XMLErrorResources_pl ( )
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
getContents
public Object[][] getContents ( )
Get the lookup table for error messages
Overrides method in ListResourceBundle
Wiki javadoc Use textile entry format.
Add your comments here.
loadResourceBundle
public static XMLErrorResources loadResourceBundle ( String className )
Return a named ResourceBundle for a particular locale. This method mimics the behavior of ResourceBundle.getBundle().
Parameters
TypeNameDescription
String className the name of the class that implements the resource bundle.
Exceptions
MissingResourceException No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.