11.2 Messages from KECX01001 to KECX01999
This section explains the messages from KECX01001 to KECX01999 that the Cosminexus XML Processor outputs.
-
KECX01001-E
The error message corresponding to the message key cannot be found.
The error message corresponding to the message key cannot be found.
-
KECX01002-E
An internal error occurred while formatting the following message:
An internal error occurred while formatting the next message.
-
KECX01003-E
Premature end of file.
Reached the end of the file during parsing.
-
KECX01004-E
The root element is required in a well-formed document.
The root element is required in a well-formed document.
-
KECX01005-E
An invalid XML character (Unicode: 0xaa....aa) was found in the CDATA section.
An invalid XML character (Unicode: 0xaa....aa) exists in the CDATA section.
-
KECX01006-E
An invalid XML character (Unicode: 0xaa....aa) was found in the element content of the document.
An invalid XML character (Unicode: 0xaa....aa) exists in the element content of the document.
-
KECX01010-E
An invalid XML character (Unicode: 0xaa....aa) was found in the XML declaration.
An invalid XML character (Unicode: 0xaa....aa) exists in the XML declaration.
-
KECX01011-E
The character sequence "]]>" must not appear in content unless used to mark the end of a CDATA section.
The character sequence ]]> must not be used for a purpose other than to indicate end of the CDATA section.
-
KECX01014-E
The ' = ' character must follow "aa....aa" in the XML declaration.
An equals sign (=) must follow aa....aa in the XML declaration.
-
KECX01015-E
The value following "aa....aa" in the XML declaration must be a quoted string.
In the XML declaration, the value of aa....aa must be enclosed within quotation marks.
-
KECX01016-E
The XML declaration must end with "?>".
The XML declaration must end with ?>.
-
KECX01017-E
The version is required in the XML declaration.
The version is required in the XML declaration.
-
KECX01018-E
White space is required before the version pseudo attribute in the XML declaration.
A space is required before the version pseudo attribute of the XML declaration.
-
KECX01019-E
White space is required before the encoding pseudo attribute in the XML declaration.
A space is required before the encoding pseudo attribute of the XML declaration.
-
KECX01020-E
White space is required before the encoding pseudo attribute in the XML declaration.
A space is required before the encoding pseudo attribute of the XML declaration.
-
KECX01021-E
The markup in the document preceding the root element must be well-formed.
The markup in the document preceding the root element must be well-formed.
-
KECX01022-E
The markup in the document following the root element must be well-formed.
The markup in the document following the root element must be well-formed.
-
KECX01023-E
Already seen doctype.
Doctype is already declared.
-
KECX01024-E
Content is not allowed in prolog.
Content cannot be specified in prolog. Alternatively, a null string can be specified in an argument of the parse method.
-
KECX01025-E
Reference is not allowed in prolog.
Reference cannot be specified in prolog.
-
KECX01026-E
Content is not allowed in trailing section.
Content cannot be specified in the trailing section.
-
KECX01027-E
Reference is not allowed in trailing section.
Reference cannot be specified in the trailing section.
-
KECX01028-E
The standalone document declaration value must be "yes" or "no", not "aa....aa".
The value of the standalone document declaration must be either yes or no, and not aa....aa.
-
KECX01030-E
The element type "aa....aa" must be terminated by the matching end-tag "</aa....aa>".
The element type aa....aa must end with the end tag </aa....aa>.
-
KECX01031-E
Element type "aa....aa" must be followed by either attribute specifications, ">" or "/>".
The element type aa....aa must be followed by either > or />.
-
KECX01032-E
Attribute name "bb....bb" associated with an element type "aa....aa" must be followed by the ' = ' character.
An equals sign (=) must be added after the attribute name bb....bb associated with the element type aa....aa.
-
KECX01033-E
Open quote is expected for attribute "bb....bb" associated with an element type "aa....aa".
The attribute specification bb....bb associated with the element type aa....aa does not have open quotation marks.
-
KECX01034-E
Close quote is expected for attribute "bb....bb" associated with an element type "aa....aa".
The attribute specification bb....bb associated with the element type aa....aa does not have close quotation marks.
-
KECX01035-E
Attribute "bb....bb" was already specified for element "aa....aa".
The attribute bb....bb is already specified for element aa....aa.
-
KECX01036-E
Attribute "bb....bb" bound to namespace "cc....cc" was already specified for element "aa....aa".
The attribute bb....bb to set boundary to the namespace cc....cc was already linked to the element aa....aa.
-
KECX01037-E
The end-tag for element type "aa....aa" must end with a '>' delimiter.
The end tag of the element type aa....aa must be >.
-
KECX01038-E
The content of elements must consist of well-formed character data or markup.
The contents of elements must have either the well-formed character data or markup.
-
KECX01039-E
A DOCTYPE is not allowed in content.
DOCTYPE cannot be specified in element contents.
-
KECX01042-E
The element "aa....aa" must start and end within the same entity.
The element aa....aa must start and end within the same entity.
-
KECX01043-E
XML document structures must start and end within the same entity.
The XML document must start and end within the same entity.
-
KECX01044-E
An invalid XML character (Unicode: 0xcc....cc) was found in the value of attribute "bb....bb" and element is "aa....aa".
An invalid XML character (Unicode: 0xcc....cc) exists in the attribute value bb....bb of element aa....aa.
-
KECX01045-E
An invalid XML character (Unicode: 0xaa....aa) was found in the comment.
An invalid XML character (Unicode: 0xaa....aa) exists in the comment.
-
KECX01046-E
An invalid XML character (Unicode: 0xaa....aa) was found in the processing instruction.
An invalid XML character (Unicode: 0xaa....aa) exists in the processing instruction.
-
KECX01048-E
An invalid XML character (Unicode: 0xaa....aa) was found in the text declaration.
An invalid XML character (Unicode: 0xaa....aa) exists in the text declaration.
-
KECX01050-E
The value of attribute "bb....bb" associated with an element type "aa....aa" must not contain the '<' character.
The attribute value bb....bb associated with the element type aa....aa must not contain a less-than sign (<).
-
KECX01052-E
Comment must start with "<!--".
A comment must start with <!--.
-
KECX01053-E
The string "--" is not permitted within comments.
-- cannot be used within comments.
-
KECX01056-E
The processing instruction must begin with the name of the target.
The processing instruction must begin with the target name.
-
KECX01057-E
White space is required between the processing instruction target and data.
A space is required between the processing instruction target and the data.
-
KECX01059-E
The processing instruction target matching "[xX][mM][lL]" is not allowed.
[xX][mM][lL] cannot be specified for the processing instruction target.
-
KECX01062-E
XML version "aa....aa" is not supported, only XML 1.0 is supported.
The XML version aa....aa is not supported. Only XML 1.0 is supported.
-
KECX01063-E
A decimal representation must immediately follow the "&#" in a character reference.
In the character reference, a decimal code must immediately follow &#.
-
KECX01064-E
A hexadecimal representation must immediately follow the "&#x" in a character reference.
In the character reference, a hexadecimal code must immediately follow &#x.
-
KECX01065-E
The character reference must end with the ';' delimiter.
The character reference must end with a semicolon (;).
-
KECX01066-E
Character reference "&#aa....aa;" is an invalid XML character.
The character reference &#aa....aa; is an invalid XML character specification.
-
KECX01067-E
The entity name must immediately follow the '&' in the entity reference.
The entity name must immediately follow & in the entity reference.
-
KECX01068-E
The reference to entity "aa....aa" must end with the ';' delimiter.
The reference to entity aa....aa must end with a semicolon (;).
-
KECX01070-E
The ' = ' character must follow "aa....aa" in the text declaration.
In the text declaration, aa....aa must be followed by an equals sign (=).
-
KECX01071-E
The value following "aa....aa" in the text declaration must be a quoted string.
In the text declaration, the value of aa....aa must be enclosed within quotation marks.
-
KECX01072-E
closing quote in the value following "aa....aa" in the text declaration is missing.
The close quotation marks for aa....aa do not exist in the text declaration.
-
KECX01073-E
White space is required before the version pseudo attribute in the text declaration.
A space is required before the version pseudo attribute in the text declaration.
-
KECX01074-E
White space is required before the encoding pseudo attribute in the text declaration.
A space is required before the encoding pseudo attribute in the text declaration.
-
KECX01076-E
The encoding declaration is required in the text declaration.
Encoding declaration must be performed in the text declaration.
-
KECX01077-E
No more pseudo attributes are allowed.
No more pseudo attributes can be specified.
-
KECX01078-E
More pseudo attributes are expected.
The number of pseudo attributes is insufficient.
-
KECX01079-E
A pseudo attribute name is expected.
A pseudo attribute name is not specified.
-
KECX01082-E
Invalid encoding name "aa....aa".
aa....aa is an invalid encoding name.
-
KECX01083-E
Given byte order for encoding "aa....aa" is not supported.
Byte order assigned to encoding aa....aa is not supported.
-
KECX01087-E
An invalid XML character (Unicode: 0xaa....aa) was found in the public identifier.
An invalid XML character (Unicode: 0xaa....aa) exists in the public identifier.
-
KECX01088-E
An invalid XML character (Unicode: 0xaa....aa) was found in the system identifier.
An invalid XML character (Unicode: 0xaa....aa) exists in the system identifier.
-
KECX01089-E
White space is required after keyword SYSTEM in DOCTYPE decl.
A space is required after the keyword SYSTEM in the DOCTYPE declaration.
-
KECX01090-E
The system identifier must begin with either a single or double quote character.
The system identifier must begin with either single or double quotation marks.
-
KECX01091-E
The system identifier must end with the matching quote character.
The system identifier must end with either single or double quotation marks.
-
KECX01092-E
White spaces are required after keyword PUBLIC in DOCTYPE decl.
A space is required after the keyword PUBLIC in the DOCTYPE declaration.
-
KECX01093-E
The public identifier must begin with either a single or double quote character.
The public identifier must begin with either single or double quotation marks.
-
KECX01094-E
The public identifier must end with the matching quote character.
The public identifier must end with either single or double quotation marks.
-
KECX01096-E
White spaces are required between publicId and systemId.
A space is required between the public identifier and the system identifier.
-
KECX01097-E
White space is required after "<!DOCTYPE" in the document type declaration.
A space is required after <!DOCTYPE in the DOCTYPE declaration.
-
KECX01098-E
The root element type must appear after "<!DOCTYPE" in the document type declaration.
A root element type must appear after <!DOCTYPE in the DOCTYPE declaration.
-
KECX01099-E
The document type declaration for root element type "aa....aa" must end with '>'.
The DOCTYPE declaration of the root element type aa....aa must end with a greater-than sign (>).
-
KECX01100-E
The parameter entity reference "%aa....aa;" cannot occur within markup in the internal subset of the DTD.
The parameter entity reference aa....aa cannot be coded within the markup in the internal subset of DTD.
-
KECX01101-E
The markup declarations contained or pointed to by the document type declaration must be well-formed.
The markup declaration must either include or point to a well-formed document type declaration.
-
KECX01103-E
White space is required after "<!ELEMENT" in the element type declaration.
A space is required after <!ELEMENT in the element type declaration.
-
KECX01104-E
The element type is required in the element type declaration.
The element type declaration is required for specifying the element type.
-
KECX01105-E
White space is required after the element type "aa....aa" in the element type declaration.
A space is required after the element type aa....aa in the element type declaration.
-
KECX01107-E
The declaration for element type "aa....aa" must end with '>'.
The element type declarationaa....aa must end with a greater-than sign (>).
-
KECX01108-E
A '(' character or an element type is required in the declaration of element type "aa....aa".
Either a left parenthesis (() or an element type is required in the declaration of the element type aa....aa.
-
KECX01109-E
A ')' is required in the declaration of element type "aa....aa".
A right parenthesis ')' is required in the declaration of the element type aa....aa.
-
KECX01110-E
An element type is required in the declaration of element type "aa....aa".
An element type is required in the declaration of the element type aa....aa.
-
KECX01112-E
The mixed content model "aa....aa" must end with ")*" when the types of child elements are constrained.
The mixed content model aa....aa must end with )* when the types of child elements are required.
-
KECX01113-E
White space is required after "<!ATTLIST" in the attribute-list declaration.
A space is required after <!ATTLIST in the attribute list declaration.
-
KECX01114-E
The element type is required in the attribute-list declaration.
An attribute-list declaration is required for the element type.
-
KECX01115-E
White space is required before the attribute name in the attribute-list declaration for element "aa....aa".
A space is required before attribute name in the attribute-list declaration for the element aa....aa.
-
KECX01116-E
The attribute name must be specified in the attribute-list declaration for element "aa....aa".
The attribute name must be specified in the attribute list of the element aa....aa.
-
KECX01117-E
White space is required before the attribute type in the declaration of attribute "bb....bb" for element "aa....aa".
A space is required before the attribute type in the declaration of the attribute bb....bb of element aa....aa.
-
KECX01118-E
The attribute type is required in the declaration of attribute "bb....bb" for element "aa....aa".
An attribute type is required in the declaration of the attribute bb....bb of element aa....aa.
-
KECX01119-E
White space is required before the attribute default in the declaration of attribute "bb....bb" for element "aa....aa".
A space is required before the default attribute in the declaration of the attribute bb....bb of element aa....aa.
-
KECX01120-W
More than one attribute definition is provided for the same attribute "bb....bb" of a given element "aa....aa".
More than one attribute definition is provided for the declaration of the same attribute bb....bb of the specified element aa....aa.
-
KECX01121-E
White space must appear after "NOTATION" in the "bb....bb" attribute declaration.
A space is required after NOTATION in the attribute declaration bb....bb.
-
KECX01122-E
The '(' character must follow "NOTATION" in the "bb....bb" attribute declaration.
A left parenthesis (() is required after NOTATION in the attribute declaration bb....bb.
-
KECX01123-E
The notation name is required in the notation type list for the "bb....bb" attribute declaration.
The notation name is required in the notation type specification for the attribute declaration bb....bb.
-
KECX01124-E
The notation type list must end with ')' in the "bb....bb" attribute declaration.
The notation type must end with a right parenthesis ')' in the notation type specification for the attribute declaration bb....bb.
-
KECX01125-E
The name token is required in the enumerated type list for the "bb....bb" attribute declaration.
The name token is required in the enumerated type list for the attribute declaration bb....bb.
-
KECX01126-E
The enumerated type list must end with ')' in the "bb....bb" attribute declaration.
The enumerated type list for the attribute declaration bb....bb must end with a right parenthesis ')'.
-
KECX01127-E
White space must appear after "FIXED" in the "bb....bb" attribute declaration.
A space is required after FIXED in the attribute declaration bb....bb.
-
KECX01128-E
The included conditional section must end with "]]>".
The included conditional section must end with ]]>.
-
KECX01129-E
The excluded conditional section must end with "]]>".
The excluded conditional section must end with ]]>.
-
KECX01130-E
The entity name must immediately follow the '%' in the parameter entity reference.
The entity name of the parameter entity reference must follow the percent sign (%).
-
KECX01131-E
The parameter entity reference "%aa....aa;" must end with the ';' delimiter.
The parameter entity reference aa....aa must end with a semicolon (;).
-
KECX01132-E
White space is required after "<!ENTITY" in the entity declaration.
A space is required after <!ENTITY in the entity declaration.
-
KECX01133-E
White space is required between "<!ENTITY" and the '%' character in the parameter entity declaration.
A space is required between <!ENTITY and the percent sign (%) in the parameter entity declaration.
-
KECX01135-E
The name of the entity is required in the entity declaration.
The name of the entity is required in the entity declaration.
-
KECX01136-E
White space is required between the entity name "aa....aa" and the definition in the entity declaration.
A space is required between the entity name aa....aa and the definition in the entity declaration.
-
KECX01137-E
White space is required between "NDATA" and the notation name in the declaration for the entity "aa....aa".
A space is required between NDATA and the notation name in the declaration for the entity aa....aa.
-
KECX01138-E
White space is required before "NDATA" in the declaration for the entity "aa....aa".
A space is required before NDATA in the declaration for the entity aa....aa.
-
KECX01139-E
The notation name is required after "NDATA" in the declaration for the entity "aa....aa".
The notation name is required after NDATA in the declaration for the entity aa....aa.
-
KECX01140-E
The declaration for the entity "aa....aa" must end with '>'.
The declaration for the entity aa....aa must end with a greater-than sign (>).
-
KECX01146-E
White space is required after "<!NOTATION" in the notation declaration.
A space is required after <!NOTATION in the notation declaration.
-
KECX01147-E
The name of the notation is required in the notation declaration.
The notation name is required in the notation declaration.
-
KECX01148-E
White space is required after the notation name "aa....aa" in the notation declaration.
A space is required after the notation name aa....aa in the notation declaration.
-
KECX01149-E
The declaration for the notation "aa....aa" must include a system or public identifier.
The declaration for the notation aa....aa must include a system identifier or a public identifier.
-
KECX01150-E
The declaration for the notation "aa....aa" must end with '>'.
The declaration for the notation aa....aa must end with a greater-than sign (>).
-
KECX01151-E
The element type "bb....bb" was already specified in the content model of the element decl "aa....aa".
The element type bb....bb is already declared in the content model of the element declaration aa....aa.
-
KECX01154-E
The ID attribute "aa....aa" must have a declared default of "#IMPLIED" or "#REQUIRED".
The ID attribute aa....aa must be a declared default value of #IMPLIED or #REQUIRED.
-
KECX01155-E
Attribute value "aa....aa" of type ID must be a name.
The attribute value aa....aa of the type ID must be a name.
-
KECX01156-E
Attribute value "aa....aa" of type ID must be unique within the document.
The attribute value aa....aa of the type ID must be unique within the document.
-
KECX01157-E
Attribute value "aa....aa" of type IDREF must be a name.
The attribute value aa....aa of the type IDREF must be a name.
-
KECX01158-E
Attribute value "aa....aa" of type IDREFS must be one or more names.
The attribute value aa....aa of the type IDREF must be one or more names.
-
KECX01159-E
The replacement text of parameter entity "aa....aa" must include properly nested declarations.
The replacement text of the parameter entity aa....aa must include properly nested declarations.
-
KECX01161-E
Attribute "bb....bb" must be declared for element type "aa....aa".
The attribute bb....bb must be the declaration for the element type aa....aa.
-
KECX01162-E
Attribute "aa....aa" with value "bb....bb" must have a value from the list "cc....cc".
The attribute aa....aa with the value bb....bb must have a value from the list cc....cc.
-
KECX01163-E
The value "bb....bb" of attribute "aa....aa" must not be changed by normalization (to "cc....cc") in a standalone document.
The value bb....bb of attribute aa....aa must not be changed (to cc....cc) by normalization in a standalone document.
-
KECX01164-E
The content of element type "aa....aa" is incomplete, it must match "bb....bb".
The contents of the element type aa....aa are incomplete and must match bb....bb.
-
KECX01165-E
The content of element type "aa....aa" must match "bb....bb".
The contents of the element type aa....aa must match bb....bb.
-
KECX01166-E
Attribute "bb....bb" for element type "aa....aa" has a default value and must be specified in a standalone document.
The attribute bb....bb of the element type aa....aa must have a default value and must be specified in a standalone document.
-
KECX01168-E
Element type "aa....aa" must not be declared more than once.
The element type aa....aa must not be declared two or more times.
-
KECX01169-E
Element type "aa....aa" must be declared.
The element type aa....aa must be declared.
-
KECX01170-E
Document is invalid: no grammar found.
Document is invalid. No syntax.
-
KECX01171-E
An element with the identifier "aa....aa" must appear in the document.
An element with the identifier aa....aa must exist in the document.
-
KECX01173-E
Attribute "bb....bb" with value "cc....cc" must have a value of "dd....dd".
The attribute bb....bb with value cc....cc must have a value of dd....dd.
-
KECX01174-E
Element type "aa....aa" already has attribute "bb....bb" of type ID, a second attribute "cc....cc" of type ID is not permitted.
The element type aa....aa already has the attribute bb....bb of the type ID. A second attribute cc....cc of the type ID is not allowed.
-
KECX01175-E
Element type "aa....aa" already has attribute "bb....bb" of type NOTATION, a second attribute "cc....cc" of type NOTATION is not permitted.
The element type aa....aa already has the attribute bb....bb of the type NOTATION. A second attribute cc....cc of the type NOTATION is not allowed.
-
KECX01176-E
The notation "bb....bb" must be declared when referenced in the notation type list for attribute "aa....aa".
The notation bb....bb must be declared when referenced in the notation type list for the attribute aa....aa.
-
KECX01177-E
The notation "bb....bb" must be declared when referenced in the unparsed entity declaration for "aa....aa".
The notation bb....bb must be declared when referenced in the unparsed entity for the attribute aa....aa.
-
KECX01178-E
The reference to entity "aa....aa" declared in an external parsed entity is not permitted in a standalone document.
The reference to the entity aa....aa declared in an external parsed entity is not allowed in a standalone document.
-
KECX01179-E
Attribute "bb....bb" is required and must be specified for element type "aa....aa".
The attribute bb....bb is required for specifying the element type aa....aa.
-
KECX01180-E
White space must not occur between elements declared in an external parsed entity with element content in a standalone document.
A space must not exist in the element declaration of an external parsed entity with element contents of the standalone document.
-
KECX01181-E
Attribute value "aa....aa" of type NMTOKEN must be a name token.
The attribute value aa....aa of the type NMTOKEN must be a name token.
-
KECX01182-E
Attribute value "aa....aa" of type NMTOKENS must be one or more name tokens.
The attribute value aa....aa of the type NMTOKENS must have one or more name tokens.
-
KECX01183-E
Document root element "bb....bb", must match DOCTYPE root "aa....aa".
The document root element bb....bb must match the DOCTYPE root aa....aa.
-
KECX01184-W
The content model of element "aa....aa" refers to the undeclared element "bb....bb".
The content model of element aa....aa references the undeclared element bb....bb.
-
KECX01185-E
ENTITYDatatype Validator: Failed Need to call initialize method with a valid Grammar reference.
Validity of ENTITYDatatype: An attempt to call the initialization method with valid syntax has failed.
-
KECX01186-E
ENTITY "aa....aa" is not unparsed.
The entity aa....aa is not unparsed.
-
KECX01188-E
Value of type ENTITIES, IDREFS, and NMTOKENS cannot be empty list.
An empty list cannot be specified in the value of the types ENTITIES, IDREFS, and NMTOKENS.
-
KECX01189-E
The external entity reference "&aa....aa;" is not permitted in an attribute value.
The external entity reference &aa....aa; is not allowed as an attribute.
-
KECX01190-E
The entity "aa....aa" was referenced, but not declared.
The entity aa....aa was referenced, but is not declared.
-
KECX01191-E
The unparsed entity reference "&aa....aa;" is not permitted.
The unparsed entity reference &aa....aa; is not allowed.
-
KECX01192-E
Recursive entity reference "aa....aa". (Reference path: bb....bb),
This is a recursive entity reference aa....aa. (See path bb....bb).
-
KECX01197-E
The prefix "aa....aa" for element "bb....bb" is not bound.
The prefix aa....aa of the element bb....bb is not bound.
-
KECX01198-E
The prefix "cc....cc" for attribute "bb....bb" associated with an element type "aa....aa" is not bound.
The prefix cc....cc of the attribute bb....bb associated to the element type aa....aa is not bound.
-
KECX01199-E
The value of the attribute "aa....aa" is invalid. Prefixed namespace bindings may not be empty.
The value of the attribute aa....aa is invalid. The prefixed namespace binding is not empty.
-
KECX01200-E
The namespace prefix "aa....aa" was not declared.
The namespace prefix aa....aa was not declared.
-
KECX01201-E
The defaultValue "bb....bb" of attribute "aa....aa" is not legal as for the lexical constraints of this attribute type.
The default value bb....bb of the attribute aa....aa consists of words that cannot be used in this attribute type.
-
KECX01202-E
OpenQuoteMissingInDecl
The declaration does not have open quotation marks.
-
KECX01203-E
InvalidCharInLiteral
Invalid characters exist in literal.
-
KECX01204-E
!!! unknown attribute type aa....aa
An unknown attribute type aa....aa was found.
-
KECX01206-W
Warning: validation was turned on but an org.xml.sax.ErrorHandler was not set, which is probably not what is desired. Parser will use a default ErrorHandler to print the first aa....aa errors. Please call the 'setErrorHandler' method to fix this.
Warning: Validation was performed, but org.xml.sax.ErrorHandler is not set. This is not desirable. The parser will use default ErrorHandler to report first error aa....aa. Call the setErrorHandler method to fix this problem.
-
KECX01207-E
Should never get here. : DeferredDocumentTypeImpl#synchronizeInfo: node.getNodeType() = aa....aa, class = bb....bb
This value must not be acquired. The value of DeferredDocumentTypeImpl#synchronizeInfo: node.getNodeType() is aa....aa and the class name is bb....bb.
-
KECX01208-E
Invalid byte aa....aa of bb....bb-byte UTF-8 sequence.
Byte aa....aa of the bb....bb-byte UTF-8 sequence is invalid.
-
KECX01209-E
Expected byte aa....aa of bb....bb-byte UTF-8 sequence.
Byte aa....aa of the bb....bb-byte UTF-8 sequence is required.
-
KECX01210-E
High surrogate bits in UTF-8 sequence must not exceed 0x10 but found 0xaa....aa.
Although the upper limit for the higher surrogate bits of UTF-8 must not exceed 0x10, the 0xaa....aa was found.
-
KECX01211-E
Operation "aa....aa" not supported by bb....bb reader.
The operation "aa....aa" is not supported by bb....bbreader.
-
KECX01212-E
Byte "aa....aa" is not a member of the (7-bit) ASCII character set.
Byte aa....aa is not a member of the 7-bit ASCII character set.
-
KECX01213-W
Entity "aa....aa" is declared more than once.
The entity aa....aa is declared two or more times.
-
KECX01214-E
Element "aa....aa" cannot have "xmlns" as its prefix.
xmlns cannot be specified as a prefix of the element aa....aa.
-
KECX01215-E
The prefix "xmlns" cannot be bound to any namespace explicitly; neither can the namespace for "xmlns" be bound to any prefix explicitly.
The prefix xmlns cannot be bound explicitly to a namespace. Also, the namespace for xmlns cannot be bound explicitly to any prefix.
-
KECX01216-E
The prefix "xml" cannot be bound to any namespace other than its usual namespace; neither can the namespace for "xml" be bound to any prefix other than "xml".
The prefix xml cannot be bound to a namespace other than its usual namespace. Also, the namespace for xml cannot be bound to any prefix other than xml.
-
KECX01217-E
The replacement text of parameter entity "aa....aa" must include properly nested declarations when the entity reference is used as a complete declaration.
When the entity reference is used as a complete declaration, the replacement text of the parameter entity aa....aa must include properly nested declarations.
-
KECX01218-E
The replacement text of parameter entity "aa....aa" must include the entire conditional section or just INCLUDE or IGNORE.
The replacement text of the parameter entity aa....aa must include the entire conditional section and not only INCLUDE or IGNORE.
-
KECX01219-E
A colon is not allowed in the name 'aa....aa' when namespaces are enabled.
When namespaces are enabled, a colon is not allowed within the name aa....aa.
-
KECX01220-E
DOCTYPE is disallowed when the feature http://apache.org/xml/features/disallow-doctype-decl set to true.
When the feature http://apache.org/xml/features/disallow-doctype-decl is set to true, DOCTYPE is not allowed.
-
KECX01221-E
XML version "aa....aa" is not supported, only XML 1.0 and XML 1.1 are supported.
The XML version aa....aa is not supported. Only XML1.0 and XML1.1 are supported.
-
KECX01222-E
Attribute value "aa....aa" of type ID must be an NCName when namespaces are enabled.
When namespaces are enabled, the attribute value aa....aa of the type ID must be an NCName.
-
KECX01223-E
Attribute value "aa....aa" of type IDREF must be an NCName when namespaces are enabled.
When namespaces are enabled, the attribute value aa....aa of the type IDREF must be an NCName.
-
KECX01224-E
Element or attribute do not match QName production: QName::=(NCName':')?NCName.
The element or attribute does not match Qname generation. QName::=(NCName':')?NCName
-
KECX01225-E
The parser has encountered more than "aa....aa" entity expansions in this document; this is the limit imposed by the application.
The parser has detected aa....aa or more entity expansions in this document. This limit is imposed by the application.
-
KECX01226-E
An entity determined to be in a certain encoding must not contain sequences illegal in that encoding.
An entity determined to be in a particular encoding cannot contain invalid sequences in that encoding.
-
KECX01227-E
The enumeration value "bb....bb" was specified more than once in the declaration of attribute "cc....cc" for element "aa....aa". The NMTOKENS in a single Enumeration attribute declaration must all be distinct.
The enumeration value bb....bb was specified more than once in the declaration for the attribute cc....cc of element aa....aa. All NMTOKENS in a single enumeration attribute declaration must be unique.
-
KECX01228-E
The enumeration value "bb....bb" was specified more than once in the declaration of attribute "cc....cc" for element "aa....aa". The NOTATION names in a single NotationType attribute declaration must all be distinct.
The enumeration value bb....bb was specified more than once in the declaration for the attribute cc....cc of element aa....aa. All NOTATION names in a single notation type attribute declaration must be unique.
-
KECX01229-E
The content of element type "aa....aa" must match "bb....bb". Children of type "cc....cc" are not allowed.
The contents of the element type aa....aa must match bb....bb. Children of the type cc....cc are not allowed.
-
KECX01230-E
Element type "aa....aa" which was declared EMPTY cannot declare attribute "bb....bb" of type NOTATION.
The element type aa....aa declared as EMPTY cannot declare the attribute bb....bb of the type NOTATION.
-
KECX01231-E
The declaration for the notation "aa....aa" is not unique. A given Name must not be declared in more than one notation declaration.
The declaration for the notation aa....aa is not unique. The same name must not be declared in more than one notation declaration.
-
KECX01232-E
The length of entity "aa....aa" is "bb....bb" that exceeds the "cc....cc" limit set by "dd....dd".
The length of entity "aa....aa" is "bb....bb" that exceeds the "cc....cc" limit set by "dd....dd".
-
KECX01233-E
The accumulated size "aa....aa" of entities exceeded the "bb....bb" limit set by "cc....cc".
The accumulated size "aa....aa" of entities exceeded the "bb....bb" limit set by "cc....cc".
-
KECX01301-E
The error message corresponding to the message key can not be found.
The error message corresponding to the message key is not found.
-
KECX01302-E
An internal error occurred while formatting the following message:\n
An internal error occurred while formatting the following message:
-
KECX01303-E
The specified range of text does not fit into a DOMString.
The specified range of text does not fit into a DOMString.
-
KECX01304-E
An attempt was made to insert a node where it is not permitted.
An attempt was made to insert a node at a prohibited location.
-
KECX01305-E
The index or size is negative, or greater than the allowed value.
The index or size has either a negative value or a value greater than the allowed value.
-
KECX01306-E
An attempt is made to add an attribute that is already in use elsewhere.
An attempt is made to add an attribute that is already in use elsewhere.
-
KECX01308-E
An invalid or illegal XML character is specified.
An invalid or disabled XML character is specified.
-
KECX01310-E
An attempt is made to use an object that is not, or is no longer, usable.
An attempt is made to use an object that either does not exist or cannot be used.
-
KECX01311-E
An attempt is made to create or change an object in a way which is incorrect with regard to namespaces.
An attempt is made to create or change an object using an inappropriate method with regard to namespaces.
-
KECX01312-E
An attempt is made to reference a node in a context where it does not exist.
An attempt is made to reference a node in a non-existing context.
-
KECX01313-E
The implementation does not support the requested type of object or operation.
The implementation does not support the requested type of object or operation.
-
KECX01315-E
An attempt is made to modify an object where modifications are not allowed.
An attempt is made to modify an object at a location where modifications are not allowed.
-
KECX01318-E
A node is used in a different document than the one that created it.
A node is used in a document different from the one in which the node was created.
-
KECX01319-E
The parameter aa....aa is recognized but the requested value cannot be set.
The parameter aa....aa is recognized but the requested value is not set.
-
KECX01320-E
The parameter aa....aa is not recognized.
The parameter aa....aa is not recognized.
-
KECX01323-E
The Event's type was not specified by initializing the event before the method was called.
The type of the event was not specified during initialization of the event before the method invocation.
-
KECX01324-E
The resulting string is too long to fit in a DOMString: 'aa....aa'.
The character string generated as a result is too long to fit in a DOMString. aa....aa
-
KECX01325-E
The value type for this parameter name is incompatible with the expected value type.
The value type for this parameter name is incompatible with the expected value type.
-
KECX01326-E
The text aa....aa of the bb....bb node contains invalid XML characters.
The text aa....aa of the bb....bb node contains invalid XML characters.
-
KECX01327-E
The aa....aa node named bb....bb contains invalid XML characters.
The aa....aa node named bb....bb contains invalid XML characters.
-
KECX01328-E
CDATA sections containing the CDATA section termination marker ']]>'
The CDATA section contains the CDATA section termination marker ]]>.
-
KECX01329-E
DOCTYPE declaration is not allowed.
The DOCTYPE declaration is not allowed.
-
KECX01330-E
The encoding aa....aa is not supported.
The encoding aa....aa is not supported.
-
KECX01331-E
An invalid XML character (Unicode: 0xaa....aa) was found in the DOM during normalization.
An invalid XML character (Unicode: 0xaa....aa) was found in the DOM during normalization.
-
KECX01332-E
The attribute "aa....aa" value "bb....bb" referenced an entity that was not declared.
The value bb....bb of the attribute aa....aa referenced an entity that is not declared.
-
KECX01333-E
A null local name was encountered during namespace normalization of element aa....aa.
A null local name was found during namespace normalization of the element aa....aa.
-
KECX01334-E
A null local name was encountered during namespace normalization of attribute aa....aa.
A null local name was found during the namespace normalization of the attribute aa....aa.
-
KECX01335-E
The class name of the document factory "aa....aa" used to construct the DOM tree is not of type org.w3c.dom.Document.
The class name of the document factory aa....aa that is used to construct the DOM tree does not have the org.w3c.dom.Document type.
-
KECX01336-E
The class name of the document factory "aa....aa" used to construct the DOM tree could not be found.
The class name of the document factory aa....aa that is used to construct the DOM tree was not found.
-
KECX01337-E
The class named "aa....aa" could not be constructed as a org.w3c.dom.Document.
The class named aa....aa could not be constructed as org.w3c.dom.Document.
-
KECX01338-E
Property 'aa....aa' must be set before setting property 'bb....bb'.
The property aa....aa must be set before setting the property bb....bb.
-
KECX01339-E
The source specified cannot be null.
The specified source cannot be null.
-
KECX01401-E
Argument 'aa....aa' is null.
The argument aa....aa is null.
-
KECX01402-E
No writer supplied for serializer.
No writer provided for serializer.
-
KECX01403-E
The method 'aa....aa' is not supported by this factory.
The method aa....aa is not supported by this factory.
-
KECX01404-E
The serializer may not be reset in the middle of serialization.
The serializer might not be reset in the middle of serialization.
-
KECX01405-E
Internal error: element state is zero.
An internal error occurred. The element state is zero.
-
KECX01406-E
There is no rawName and localName is null.
There is no rawName. Also, the localName is null.
-
KECX01407-E
The element name 'aa....aa' is not a QName.
The element name aa....aa is not a QName.
-
KECX01408-E
Element 'aa....aa' does not belong to any namespace: prefix could be undeclared or bound to some namespace.
The element aa....aa does not belong to any namespace. Either the prefix is not declared or is bound to some namespace.
-
KECX01409-E
The attribute name 'aa....aa' is not a QName.
The attribute name aa....aa is not a QName.
-
KECX01410-E
Attribute 'aa....aa' does not belong to any namespace: prefix could be undeclared or bound to some namespace.
The attribute aa....aa does not belong to any namespace. Either the prefix is not declared or is bound to some namespace.
-
KECX01411-E
Namespace declaration syntax is incorrect: aa....aa.
The namespace declaration syntax is incorrect. aa....aa
-
KECX01412-E
The character sequence "]]>" must not appear in content unless used to mark the end of a CDATA section.
The character sequence ]]> must only be used to indicate the end of a CDATA section.
-
KECX01413-W
Splitting a CDATA section containing the CDATA section termination marker "]]>".
A CDATA section containing the CDATA section termination marker ]]> is split up.
-
KECX01414-E
The resource 'aa....aa' could not be found.
The resource aa....aa was not found.
-
KECX01415-E
The resource 'aa....aa' could not be loaded. bb....bb
The resource aa....aa could not be loaded. bb....bb
-
KECX01416-E
Serialization stopped at user request.
Serialization was stopped at user request.
-
KECX01417-E
no-output-specified: The output destination for data to be written to was null.
No output specified: The output destination for writing data was null.
-
KECX01418-E
unsupported-encoding: An unsupported encoding is encountered:aa....aa.
Unsupported encoding: An unsupported encoding was found: aa....aa
-
KECX01419-E
unable-to-serialize-node: The node could not be serialized.
Unable to serialize node: The node could not be serialized.
-
KECX01451-E
The error message corresponding to the message key can not be found.
The error message corresponding to the message key cannot be found.
-
KECX01452-E
An internal error occurred while formatting the following message:
An internal error occurred while formatting the following message:
-
KECX01453-E
no-input-specified
No input is specified.
-
KECX01600-E
parse may not be called while parsing.
The parse method was called again during the DOM parsing.
-
KECX01601-E
Element stack underflow.
An underflow occurred in the element stack.
-
KECX01701-E
The error message corresponding to the message key can not be found.
The error message corresponding to the message key is not found.
-
KECX01702-E
An internal error occurred while formatting the following message:
An internal error occurred while formatting the following message:
-
KECX01703-E
An 'include' failed, and no 'fallback' element was found.
The operation include failed, and the fallback element was not found.
-
KECX01704-E
The [children] of an 'include' element cannot contain more than one 'fallback' element.
More than one fallback element cannot be included in the child of an include element.
-
KECX01705-E
A 'fallback' element was found that did not have 'include' as the parent.
A fallback element that did not have include as the parent was found.
-
KECX01706-E
Elements from namespace 'http://www.w3.org/2001/XInclude', other than 'fallback', are not allowed to be children of 'include' elements. However, 'aa....aa' was found.
Elements from the namespace http://www.w3.org/2001/Xinclude, other than fallback, cannot be children of an include element. However, aa....aa was found.
-
KECX01707-E
The 'href' attribute of an 'include' element is missing.
The include element does not contain the href attribute.
-
KECX01708-E
Recursive include detected. Document 'aa....aa' was already processed.
This is a recursive include derivative. Document aa....aa is already processed.
-
KECX01709-E
Invalid value for 'parse' attribute on 'include' element: 'aa....aa'.
This is an invalid value for the parse attribute on the include element. aa....aa
-
KECX01710-E
Error attempting to parse XML file (href='aa....aa').
This error occurs while parsing the XML file (href='aa....aa').
-
KECX01711-W
Include operation failed, reverting to fallback. Resource error reading file as XML (href='aa....aa'). Reason: bb....bb
The include processing has failed. Reverting to fallback. This is a resource error that occurred while reading the file as XML (href='aa....aa'). The reason is bb....bb.
-
KECX01712-E
Include operation failed, reverting to fallback. Resource error reading file as text (href='aa....aa'). Reason: bb....bb
The include processing has failed, reverting to fallback. This is a resource error that occurred while reading the file as text (href='aa....aa'). The reason is bb....bb.
-
KECX01713-E
Multiple notations were used which had the name 'aa....aa', but which were not determined to be duplicates.
Multiple notations with the name "aa....aa" were used without knowing that they are duplicates.
-
KECX01714-E
Multiple unparsed entities were used which had the name 'aa....aa', but which were not determined to be duplicates.
Multiple unparsed entities containing the name "aa....aa" were used without knowing that they are duplicates.
-
KECX01715-E
The type of the NamespaceContext is incompatible with using XInclude; it must be an instance of XIncludeNamespaceSupport
The type of NamespaceContext is incompatible with the use of XInclude. It must be an instance of XIncludeNamespaceSupport.
-
KECX01716-E
Could not expand system id of included resource
The system ID of the included resource could not be extended.
-
KECX01717-E
Elements from namespace 'http://www.w3.org/2001/XInclude', other than 'include', are not allowed to be children of 'fallback' elements. However, 'aa....aa' was found.
Elements from the namespace http://www.w3.org/2001/Xinclude, other than include, cannot be children of the fallback element. However, aa....aa was found.
-
KECX01718-E
xpointer attribute must be present when href attribute is absent.
The xpointer attribute is required when the href attribute is absent.
-
KECX01719-E
Characters outside the range #x20 through #x7E are not allowed in the value of the 'accept' attribute of an 'include' element.
The characters outside the range from #x20 to #x7E cannot be included in the value of the accept attribute of the include element.
-
KECX01720-E
Characters outside the range #x20 through #x7E are not allowed in the value of the 'accept-language' attribute of an 'include' element.
The characters outside the range from #x20 to #x7E cannot be included in the value of the accept-language attribute of the include element.
-
KECX01721-E
A well-formed document requires a root element.
The well-formed document requires a root element.
-
KECX01722-E
A well-formed document must not contain multiple root elements.
Multiple root elements cannot be included in a well-formed document.
-
KECX01723-E
The replacement of an 'include' element appearing as the document element in the top-level source infoset cannot contain characters.
The replacement of the include element displayed as the document element in the top-level source infoset cannot contain characters.
-
KECX01724-E
The replacement of an 'include' element appearing as the document element in the top-level source infoset cannot contain unexpanded entity references.
The replacement of the include element displayed as the document element in the top-level source infoset cannot contain unexpanded entity references.
-
KECX01725-E
Fragment identifiers must not be used. The 'href' attribute value 'aa....aa' is not permitted.
Fragment identifiers cannot be used. The href attribute value aa....aa is not allowed.
-
KECX01726-E
href' attribute value 'aa....aa' is syntactically invalid. After applying escaping rules the value is neither a syntactically correct URI or IRI.
The href attribute value 'aa....aa' is syntactically invalid. After applying escape rules, the value is neither a syntactically correct URI nor an IRI.
-
KECX01727-E
An xpointer was specified that points to a location in the source infoset. This location cannot be accessed due to the streaming nature of the processor.
An xpointer that points to a location in the source infoset was specified. This location cannot be accessed due to the streaming nature of the processor.
-
KECX01728-E
XPointer resolution unsuccessful.
An attempt to resolve XPointer has failed.
-
KECX01801-E
Wrong character.
The character is invalid.
-
KECX01802-E
Invalid reference number.
This group number does not exist.
-
KECX01803-E
A character is required after \.
A character must follow \.
-
KECX01804-E
'?' is not expected. '(?:' or '(?=' or '(?!' or '(?<' or '(?#' or '(?>'?
A question mark (?) cannot be written here. Did you mean to write '(?:', or '(?=', or '(?!', or '(?<', or '(?#', or '(?>'?
-
KECX01805-E
'(?<=' or '(?<!' is expected.
Either '(?<=' or '(?<!' is required.
-
KECX01806-E
A comment is not terminated.
A comment is not closed.
-
KECX01807-E
')' is expected.
A right parenthesis ')' is required.
-
KECX01808-E
Unexpected end of the pattern in a modifier group.
The pattern has ended within a group with options.
-
KECX01809-E
':' is expected.
A colon (:) is required.
-
KECX01810-E
Unexpected end of the pattern in a conditional group.
The pattern has ended within a conditional group.
-
KECX01811-E
A back reference or an anchor or a lookahead or a lookbehind is expected in a conditional pattern.
You can use only back reference, anchor, lookahead, or a lookbehind in a conditional pattern.
-
KECX01812-E
There are more than three choices in a conditional group.
Three or more choices are available in a conditional group.
-
KECX01813-E
A character in U+0040-U+005f must follow \c.
The character with a code point in the range of U+0040 to U+005f must follow \c.
-
KECX01814-E
A '{' is required before a character category.
A single character category or a left curly bracket '{' is required.
-
KECX01815-E
A property name is not closed by '}'.
The property name is not closed with a right curly bracket '}'.
-
KECX01816-E
Unexpected meta character.
A meta character is at an invalid location.
-
KECX01817-E
Unknown property.
This is an unknown property name.
-
KECX01818-E
A POSIX character class must be closed by ':]'.
The POSIX character class must be closed with ':]'.
-
KECX01819-E
Unexpected end of the pattern in a character class.
The pattern has ended in a character class.
-
KECX01820-E
Unknown name for a POSIX character class.
This is an unknown POSIX character class name.
-
KECX01821-E
'-' is invalid here.
A hyphen (-) cannot be written here.
-
KECX01822-E
']' is expected.
A right square bracket (]) is required.
-
KECX01823-E
'[' is invalid in a character class. Write '\['.
A left square bracket ([) cannot be written directly in a character class. Write as '\['.
-
KECX01824-E
']' is invalid in a character class. Write '\]'.
A right square bracket (]) cannot be written directly in a character class. Write as '\]'.
-
KECX01825-E
'-' is an invalid character range. Write '\-'.
A hyphen (-) cannot be written directly in a character range specification. Write as '\-'.
-
KECX01826-E
'[' is expected.
A left square bracket ([) is required.
-
KECX01827-E
')' or '-[' or '+[' or '&[' is expected.
A right parenthesis ')', or '-[', or '+[', or '&[' is required.
-
KECX01828-E
The range end code point is less than the start code point.
The range end code point is less than the start code point.
-
KECX01829-E
Invalid Unicode hex notation.
An invalid character exists in the hexadecimal notation of the code point.
-
KECX01830-E
Overflow in a hex notation.
The numeric value of the code point is too big.
-
KECX01831-E
'\x{' must be closed by '}'.
'\x{' must be closed with a right curly bracket '}'.
-
KECX01832-E
Invalid Unicode code point.
This is an invalid Unicode code point.
-
KECX01833-E
An anchor must not be here.
An anchor cannot be written here.
-
KECX01834-E
This expression is not supported in the current option setting.
This expression cannot be used in the current option setting.
-
KECX01835-E
Invalid quantifier. A digit is expected.
The setting is invalid. Specify a digit.
-
KECX01836-E
Invalid quantifier. Invalid quantity or a '}' is missing.
The setting is invalid. Either the quantity is invalid, or a right curly bracket '}' is missing.
-
KECX01837-E
Invalid quantifier. A digit or '}' is expected.
The setting is invalid. Specify a digit or }.
-
KECX01838-E
Invalid quantifier. A min quantity must be <= a max quantity.
The setting is invalid. A min quantity must be lesser than or equal to a max quantity.
-
KECX01839-E
Invalid quantifier. A quantity value overflow.
The setting is invalid. The quantity value is overflowing.
-
KECX01853-E
Unknown option: aa....aa
aa....aa is an unknown option.
-
KECX01901-E
The error message corresponding to the message key can not be found.
The error message corresponding to the message key cannot be found.
-
KECX01902-E
An internal error occurred while formatting the following message:
An internal error occurred while formatting the following message:
-
KECX01903-E
The specified schema language is not supported.
The specified schema language is not supported.
-
KECX01904-E
Property 'aa....aa' must be set before setting property 'bb....bb'.
The property aa....aa must be set before setting the property bb....bb.
-
KECX01905-E
Property 'aa....aa' cannot be set when a non-null Schema object has already been specified.
The property aa....aa cannot be set if a non-null schema object is already specified.
-
KECX01906-E
Feature 'aa....aa' is not supported.
The feature aa....aa is not supported.
-
KECX01907-E
Feature 'aa....aa' is not recognized.
The feature aa....aa is not recognized.
-
KECX01908-E
True state for feature 'aa....aa' is not supported.
The true state for the feature aa....aa is not supported.
-
KECX01909-E
False state for feature 'aa....aa' is not supported.
The false state for the feature aa....aa is not supported.
-
KECX01910-E
Feature 'aa....aa' is read only.
The feature aa....aa is read only.
-
KECX01911-E
Property 'aa....aa' is not supported.
The property aa....aa is not supported.
-
KECX01912-E
Property 'aa....aa' is not recognized.
The property aa....aa is not recognized.
-
KECX01913-E
Property 'aa....aa' is read only.
The property aa....aa is read only.
-
KECX01914-E
Property 'aa....aa' is not supported while parsing.
The property aa....aa is not supported while parsing.
-
KECX01915-E
Cannot read DOM node property. No DOM tree exists.
The DOM node property cannot be read. The DOM tree does not exist.
-
KECX01916-E
The value specified for property 'aa....aa' cannot be casted to bb....bb.
The value specified in the property aa....aa cannot be converted to bb....bb.