11.9 Messages related to JAXB
From all the messages output by Cosminexus XML Processor, this section describes the messages related to JAXB.
-
Directory "aa....aa" doesnt exist.
The directory "aa....aa" does not exist.
-
Unrecognized option aa....aa is not valid.
aa....aa is an invalid option.
-
Option "aa....aa" is missing an operand.
An operand is missing from the option "aa....aa".
-
Prefix "aa....aa" is undeclared
The prefix "aa....aa" has not been declared.
-
extensionBindingPrefixes attribute must be declared at the root element
The extensionBindingPrefixes attribute must be declared in the root element.
-
vendor extension bindings (jaxb:extensionBindingPrefixes) are not allowed in the strict mode.
The vendor extension binding (jaxb:extensionBindingPrefixes) cannot be executed in the strict mode.
-
Unsupported binding namespace "aa....aa". Perhaps you meant "bb....bb"?
The binding namespace "aa....aa" is not supported. A corrected choice is "bb....bb".
-
Binding declaration namespace "aa....aa" will be ignored because it is not designated by the jaxb:extensionBindingPrefixes attribute.
The binding declaration namespace "aa....aa" will be ignored because the namespace is not specified by the jaxb:extensionBindingPrefixes attribute.
-
The following location is relevant to the above error
The above error occurred at this location.
-
Unable to find type "aa....aa". Without knowing the proper inheritance hierarchy of this type, XJC may fail to generate some signatures correctly.
The type "aa....aa" is not found. If the correct inheritance hierarchy of this type is not known, XJC might fail to correctly generate some signatures.
-
Property "aa....aa" is already defined. Use <jaxb:property> to resolve this conflict.
The property "aa....aa" is already defined. Use <jaxb:property> to resolve this conflict.
-
Element "aa....aa" shows up in more than one properties.
The element "aa....aa" has been defined in more than one property.
-
Property name "Class" is reserved by java.lang.Object.
Class is the reserved property name of java.lang.Object.
-
"aa....aa" is not a valid customization.
The "aa....aa" customization is invalid.
-
Using "bb....bb" customizations requires the "-aa....aa" switch to enable this plug-in.
For using the "bb....bb" customization, you must specify the"-aa....aa" switch to enable this plugin.
-
A class/interface with the same name "aa....aa" is already in use. Use a class customization to resolve this conflict.
A class or interface with the same name as "aa....aa" is already in use. Use the class customization to resolve this conflict.
-
(Relevant to above error) another "aa....aa" is generated from here.
(Related to the above error) A class or interface same as "aa....aa" is generated from here.
-
Invalid class name "aa....aa". Either XJC has failed to derive a class name from XML name, or invalid name is given. Use <jaxb:class> customization to override a name.
"aa....aa" is an invalid class name. Either XJC has failed to derive a class name from the XML name or an invalid class name has been specified. Use the <jaxb:class> customization to override the class name.
-
This error is caused because on Windows you cannot have both "aa....aa.java" and "bb....bb.java" in the same directory.
This error occurred because you cannot place both "aa....aa.java" and "bb....bb.java" in the same directory for Windows.
-
(Relevant to above error) This confusing error happened most likely because the schema uses a technique called "chameleon schema", which causes a single definition to be loaded multiple times into different namespaces.
(Related to the above error) This error occurs mostly because of the use of a technique called chameleon schema. If you use chameleon schema, you can multiple times load a single definition into different namespaces.
-
the object parameter to marshal() is not marshallable
The object parameter passed to marshal()cannot be marshalled.
-
unsupported javax.xml.transform.Result parameter
The javax.xml.transform.Result parameter is not supported.
-
unsupported encoding: aa....aa
Encode aa....aa is not supported.
-
DOM implementation (aa....aa from bb....bb) is broken. It does not support the createElementNS method.
The DOM implementation (aa....aa from bb....bb) is damaged. The createElementNS method is not supported.
-
Unexpected text "aa....aa"
Text "aa....aa" is incorrect.
-
undefined prefix: aa....aa
The prefix aa....aa is not defined.
-
reader can not be null
Null cannot be specified for a reader.
-
reader must be on a START_ELEMENT event, not a aa....aa event
Set up the reader in the START_ELEMENT event, and not in the aa....aa event.
-
illegal entry: "aa....aa", entries should be of the form "ClassName" or "OuterClass.InnerClass", not "ClassName.class" or "fully.qualified.ClassName"
"aa....aa" is an invalid entry. Change the format of the entry to either ClassName or OuterClass.InnerClass. ClassName.class. fully.qualified.ClassName is an invalid format.
-
error loading class "aa....aa" listed in bb....bb, make sure that entries are accessible on CLASSPATH and of the form "ClassName" or "OuterClass.InnerClass", not "ClassName.class" or "fully.qualified.ClassName"
An attempt to load the class "aa....aa" listed in bb....bb has failed. Confirm that the entry can be accessed with CLASSPATH, and is either in the ClassName or OuterClass.InnerClass format. ClassName.class and fully.qualified.ClassName are invalid formats.
-
bb....bb is not a valid value for property "aa....aa"
bb....bb is not a valid value for the property "aa....aa".
-
property "aa....aa" is not supported
The property "aa....aa" is not supported.
-
"aa....aa" doesnt contain ObjectFactory.class or jaxb.index
ObjectFactory.class or jaxb.index do not exist in "aa....aa".
-
"aa....aa" is an inner class, and therefore it can never have a default zero argument constructor. Add static.
As "aa....aa" is an inner class, it does not contain a default zero argument constructor. Specify static.
-
Map contains a wrong type
Map contains invalid type.
-
JDK's tools.jar was not found in aa....aa.
The tools.jar file of JDK was not found in aa....aa.
-
Cannot derive a valid Java identifier from "aa....aa". Specify a customization to change the name.
A valid Java identifier cannot be derived from "aa....aa". Specify a customization to change the name.
-
Type-safe enum has more than one values that share the same name "aa....aa". Use a typesafeEnumMemberName customization to resolve this conflict.
A type-safe enumeration has more than one value with the same name "aa....aa". Use the typesafeEnumMemberName customization to resolve this conflict.
-
Illegal constructor parameter aa....aa
The parameter aa....aa of the constructor is invalid.
-
Two declarations cause a collision in the ObjectFactory class.
A conflict has occurred in the ObjectFactory class because of two declarations.
-
(Related to above error) This is the other declaration.
(Related to the above error) This is one of the conflicting declarations.
-
Unable to parse "aa....aa" : bb....bb
"aa....aa" cannot be parsed. bb....bb
-
"aa....aa" is not a part of this compilation. Is this a mistake for "bb....bb"?
"aa....aa" is not included in this compilation. A corrected choice is "bb....bb"
-
XPath error: aa....aa
This is an XPath error. aa....aa
-
XPath evaluation of "aa....aa" results in empty target node
The target node returned as a result of the XPath evaluation of "aa....aa" is empty.
-
XPath evaluation of "aa....aa" results in too many (bb....bb) target nodes
There are excessive target nodes (bb....bb) returned as a result of the XPath evaluation of "aa....aa".
-
XPath evaluation of "aa....aa" needs to result in an element.
Only an element can be returned as a result of the XPath evaluation of "aa....aa".
-
XPath evaluation of "aa....aa" needs to result in an element of the schema language, but it results in bb....bb
An element of the schema language must be returned as a result of XPath evaluation of "aa....aa", however, bb....bb is returned.
-
Context node is not an element.
The context node is not an element.
-
The "aa....aa" customization is not associated with any schema element.
The "aa....aa" customization is not associated with any schema element.
-
A value of JAXB version attribute is wrong.
The value of the JAXB version attribute is incorrect.
-
JAXB version attribute must be present
The JAXB version attribute does not exist.
-
Both jaxb:version and version are present
Both the jaxb:version attribute and the version attribute exist.
-
We were unable to ensure the correctness of the schema: aa....aa
The validity of the schema aa....aa could not be confirmed.
-
Schema component designator support is disabled by default.
The support for the Schema Component Designator (SCD) is disabled by default.
-
Invalid SCD: aa....aa
The SCD is invalid.aa....aa
-
SCD "aa....aa" didnt match any schema component
A schema component matching the SCD "aa....aa" does not exist.
-
File name is not an URI.
The file name is not a URI.
-
IOException thrown when processing "aa....aa". Exception: bb....bb.
IOException was thrown while aa....aa was being processed.
-
An xmime:expectedContentTypes attribute is present on an incorrect element
The element, in which the xmime:expectedContentTypes attribute is specified, is incorrect.
-
Multiple <schemaBindings> are defined for the target namespace "aa....aa"
Multiple <schemaBindings> are defined in the target namespace "aa....aa".
-
Another <schemaBindings> is defined here
Another <schemaBindings> is defined here.
-
Cannot derive a name from schema. A name attribute specified to the <class> customization.
The name cannot be derived from a schema. The name attribute is specified in the <class> customization.
-
Specified name "aa....aa" is not a valid Java identifier.
The specified name "aa....aa" is not a valid Java identifier.
-
The package name "bb....bb" used for this schema is not a valid package name.
The package name "bb....bb" used in this schema is invalid.
-
Attempt to create a class having the same name as the reserved word "aa....aa".
An attempt is made to create a class with the name same as the reserved word "aa....aa".
-
The field name "aa....aa" is used by two different parts of a schema. See:
bb....bb
cc....cc
The field name "aa....aa" is used at two places within the same schema. See the following:
bb....bb
cc....cc
-
A type safe enum customization is specified to a simple type that cannot be mapped to a type safe enum.
The customization of a type-safe enumeration is specified for a simple type that cannot be mapped to a type-safe enumeration.
-
The relevant simple type declaration is specified at this location
The declaration of the simple type is specified here.
-
A name attribute is required to customize an anonymous simple type to type-safe enum.
The name attribute must be specified when customizing an anonymous simple type to a type-safe enumeration.
-
enum class customization is specified on a type that has no enumeration facet.
enum class customization is specified on a type that has no enumeration facet.
-
Unable to parse the expected MIME type "aa....aa". bb....bb.
The required MIME type "aa....aa".bb....bb cannot be parsed.
-
Unable to generate a property name from a model group. A customization is required.
The property name cannot be generated from a model group. A customization is required.
-
<javaType> customization in this context must be nested (JAXB spec sec 7.9.1):
<property>
<baseType>
<javaType ...>
</baseType>
</property>
The customization of the javaType element within this context must be nested. (Section 7.9.1 JAXB Specifications):
<property>
<baseType>
<javaType ...>
</baseType>
</property>
-
compiler was unable to honor this aa....aa customization. It is attached to a wrong place, or its inconsistent with other bindings.
The aa....aa customization could not be processed with the compiler. Either the customization is set at an incorrect place or contradicts with other bindings.
-
Two enum members yield the same constant name aa....aa
Two enumeration members have generated the same constant name aa....aa.
-
Simple type "aa....aa" was not mapped to Enum due to EnumMemberSizeCap limit. Facets count: bb....bb, current limit: cc....cc. You can use customization attribute "typesafeEnumMaxMembers" to extend the limit.
Simple type aa....aa was not mapped to the enumeration type due to the EnumMemberSizeCap limit. Facets count: bb....bb, current limit: cc....cc. You can use the customization attribute typesafeEnumMaxMembers to extend the limit.
-
Cannot generate a constant name from the enumeration value "aa....aa". Use <jaxb:typesafeEnumMember name="..."/> to specify one.
A constant name cannot be generated from the enumeration value "aa....aa". Use <jaxb:typesafeEnumMember name="..."/> to specify a constant name.
-
only one globalBindings customization is allowed in a whole compilation
Only one globalBindings customization can be executed in the entire compilation.
-
aa....aa is in a referenced schema and do not have the corresponding Java class specified by <jaxb:class ref="..."/> customization. Therefore it cannot be referenced from outside.
Although aa....aa exists in the referenced schema, aa....aa does not contain corresponding Java class specified by the <jaxb:class ref="..."/> customization. Therefore, it cannot be referenced from outside.
-
Cannot generate default value for primitive type "aa....aa".
The default value for the primitive type aa....aa cannot be generated.
-
the object parameter to marshal() is not marshallable
The object parameter passed to marshal() cannot be marshalled.
-
unsupported javax.xml.transform.Result parameter
The javax.xml.transform.Result parameter is not supported.
-
Object "aa....aa" is found in an IDREF property but this object doesnt have an ID.
Although the object "aa....aa" exists in the IDREF property, no ID is allocated to this object.
-
This feature is not available
This feature could not be used.
-
"bb....bb" property of a "aa....aa" object contains an object of type "cc....cc" but this is not allowed. See javadoc of this property for what this property can accept.
An object of type "cc....cc" is included in the property "bb....bb" of the object "aa....aa", but this type cannot be used. See javadoc to confirm which object types are supported by this property.
-
a required field "aa....aa" is missing an object
An object is missing in the required field "aa....aa".
-
An object is referenced as IDREF but its ID field is null
The ID field of an object referenced as IDREF is null.
-
A tree contains a reference to ID "aa....aa" but its not a part of the object graph
A tree has a reference to the ID "aa....aa", but is not included in the object graph.
-
schema output resolver must not be null
Null cannot be specified for the schema output resolver.
-
unable to marshal type "aa....aa" as an element because it is missing an @XmlRootElement annotation
The type "aa....aa" cannot be marshalled as an element because the @XmlRootElement annotation is not assigned.
-
unable to marshal type "aa....aa" as an element because it is not known to this context.
Type aa....aa cannot be marshaled as an element because it is not registered in this context.
-
"aa....aa" is not a supported property
The property "aa....aa" is not supported.
-
property name parameter can not be null
Null cannot be specified for the parameter of a property name.
-
property "aa....aa" must be an instance of type bb....bb, not cc....cc
The property "aa....aa" must be set as an instance of type bb....bb instead of type cc....cc.
-
Instance of "bb....bb" is substituting "aa....aa", but "cc....cc" is bound to an anonymous type.
An instance of type "bb....bb" can substitute type "aa....aa", but type "cc....cc" is bound to an anonymous type.
-
A cycle is detected in the object graph. This will cause infinitely deep XML: aa....aa
A loop was detected in the object graph. This will increase the XML hierarchy to a large extent. aa....aa
-
Unable to list methods of "aa....aa". If there is any event callback handler on this class, it will be ignored.
The methods of "aa....aa" cannot be listed. If an event callback handler is set up in this class, it will be ignored.
-
A DOM document "aa....aa" is found but an element is needed. Use Document.getDocumentElement() and set that object instead.
An element must be allocated to the DOM document "aa....aa". Use Document.getDocumentElement() to set the object.
-
aa....aa nor any of its super class is known to this context.
Neither aa....aa nor any of its super classes are registered in this context.
-
Failed to generate schema.
An attempt to generate the schema has failed.
-
Anonymous types form an infinite cycle: aa....aa
Anonymous types form an infinite loop. aa....aa
-
undefined simple type "aa....aa"
The simple type "aa....aa" is not defined.
-
undefined complex type "aa....aa"
The complex type "aa....aa" is not defined.
-
undefined simple or complex type "aa....aa"
The simple and complex type "aa....aa" are not defined.
-
undefined element declaration "aa....aa"
The element declaration "aa....aa" is not defined.
-
undefined model group "aa....aa"
The model group "aa....aa" is not defined.
-
undefined attribute "aa....aa"
The attribute "aa....aa" is not defined.
-
undefined attribute group "aa....aa"
The attribute group "aa....aa" is not defined.
-
undefined identity constraint "aa....aa"
The identity constraint "aa....aa" is not defined.
-
unbounded prefix "aa....aa"
The prefix "aa....aa" is not bound.
-
the target namespace of the included schema "aa....aa" doesn't agree with the expected value "bb....bb"
The target namespace of the included schema "aa....aa" does not match the expected value "bb....bb".
-
the target namespace of the imported schema "aa....aa" doesn't agree with the expected value "bb....bb"
The target namespace of the imported schema "aa....aa" does not match the expected value "bb....bb".
-
"aa....aa" is already defined
"aa....aa" is already defined.
-
a "schemaLocation" attribute is required
The schemaLocation attribute is required.
-
failed to retrieve "aa....aa": bb....bb
An attempt to acquire aa....aa has failed.bb....bb
-
A complex type with a simple content or a simple type is expected but found "aa....aa":bb....bb
A complex type with simple contents or a simple type is required, but "aa....aa" is being used. bb....bb
-
fixedAttributeAsConstantProperty is allowed only with attributes with a fixed value constraint.
You can use fixedAttributeAsConstantProperty only in an attribute to which a fixed value constraint is assigned.
-
undefined simple type "aa....aa".
The simple type "aa....aa" is not defined.
-
Simple type "aa....aa" is not allowed by the spec to be bound to a type-safe enum.
The simple type "aa....aa" cannot be bound to a type-safe enumeration according to the specifications.
-
Base complex type "aa....aa" is derived by restriction, while this complex type "bb....bb" is derived by extension. This is not currently handled by XJC.
The base complex type "aa....aa" is derived by restriction while the complex type "bb....bb" is derived by extension. Currently, these cannot be processed in XJC.
-
Specified aa....aa customization is not used.
The specified aa....aa customization is not used.
-
Unable to check the correctness of the schema due to OutOfMemoryError. This typically happens when your schema contains constructs like maxOccurs="999".
The validity of the schema could not be confirmed due to OutOfMemoryError. This error normally occurs when a constructor such as maxOccurs="999" exists within the schema.
-
No JAXB customization was detected in the schema but the prefix "jaxb" is used for other namespace URIs. If you did intend to use JAXB customization, make sure the namespace URI is "aa....aa"
A JAXB customization was not detected in the schema, but the "jaxb" prefix is being used in another namespace URI. When using the JAXB customization, set the namespace URI to "aa....aa".
-
Annotation "aa....aa" is present on both "bb....bb" and "cc....cc"
The annotation "aa....aa" is assigned to both "bb....bb" and "cc....cc".
-
Property "aa....aa" has an XmlID annotation but its type is not String.
The property "aa....aa" has the XmlID annotation but its type is not String.
-
aa....aa has mutually exclusive annotations @bb....bb and @cc....cc
Annotations @bb....bb and @cc....cc that cannot be specified concurrently are assigned to aa....aa.
-
@aa....aa annotation is found on two places; one would be suffice.
The @aa....aa annotation was found at two places. It can be specified only at one place.
-
aa....aa does not have a no-arg default constructor.
The zero argument default constructor is missing in aa....aa.
-
aa....aa is an interface, and JAXB can't handle interfaces.
aa....aa is an interface. Interfaces cannot be processed in JAXB.
-
aa....aa is a non-static inner class, and JAXB can't handle those.
aa....aa is a non-static inner class. Such a class cannot be processed in JAXB.
-
JAXB annotation is placed on a method that is not a JAXB property
A JAXB annotation is assigned to a method that does not have a JAXB property.
-
The type of the getter is aa....aa but that of the setter is bb....bb. They have to be the same.
The getter method has the type aa....aa, while the setter method has the type bb....bb. Set a same type for both the methods.
-
Property "aa....aa" appears more than once in the @XmlType.propOrder
The property "aa....aa" appears more than once in @XmlType.propOrder.
-
There are two properties named "aa....aa"
Two properties exist with the name "aa....aa".
-
The aa....aa method has @XmlElementMapping on it, but it doesn't return a sub-type of JAXBElement.
The @XmlElementMapping annotation is set in the aa....aa method, but it does not return a sub type of JAXBElement.
-
aa....aa is not bound to a complex type, and therefore illegal as the scope.
The aa....aa is not bound to a complex type, so the valid scope is incorrect.
-
The element name '{'aa....aa'}'bb....bb has more than one mapping.
The element name '{'aa....aa'}'bb....bb has more than one mapping.
-
No element mapping exists for "aa....aa":"bb....bb"
No element mapping exists for "aa....aa":"bb....bb".
-
aa....aa has two properties with the @XmlAnyAttribute annotation.
Two properties with the @XmlAnyAttribute annotation exist in aa....aa.
-
Can't have @XmlAnyAttribute when a base class has it already.
The @XmlAnyAttribute annotation cannot be set if it is already assigned to a base class.
-
@XmlAnyAttribute is placed on a property whose type is aa....aa but it needs to be assignable to java.util.Map.
The @XmlAnyAttribute annotation is assigned to a property with type aa....aa. However, you must be able to assign it to java.util.Map.
-
Property aa....aa is present but not specified in @XmlType.propOrder
The property aa....aa exists but is not specified in @XmlType.propOrder.
-
Property aa....aa appears in @XmlType.propOrder, but no such property exists. Maybe you meant bb....bb?
The property aa....aa is specified in @XmlType.propOrder, but no such property exists.
Corrected choice:bb....bb.
-
"aa....aa" is not a valid value for bb....bb.
"aa....aa" is not a valid value for bb....bb.
-
Failed to initialize JAXP 1.3 DatatypeFactory class.
An attempt to initialize the DatatypeFactory interface of JAXP1.3 has failed.
-
No javax.imageio.ImageWriter is available for the specified MIME type "aa....aa"
No javax.imageio.ImageWriter is available for the specified MIME type "aa....aa".
-
"aa....aa" is not a valid MIME type: bb....bb
"aa....aa" is an invalid MIME type. bb....bb
-
aa....aa annotation cannot be placed here
The aa....aa annotation cannot be assigned here.
-
@XmlValue is only allowed one per class, but two properties are annotated with @XmlValue.
You can use only a single @XmlValue annotation in each class. However, there are two properties with the @XmlValue annotation.
-
@XmlValue is not allowed on a class that derives another class.
The @XmlValue annotation cannot be used in a class derived from another class.
-
If a class has @XmlElement property, it cannot have @XmlValue property.
A class containing a property with @XmlElement cannot have a property with @XmlValue.
-
Two classes have the same XML type name "aa....aa". Use @XmlType.name and @XmlType.namespace to assign different names to them.
Two classes have the same XML type name "aa....aa". Use @XmlType.name and @XmlType.namespace to assign different names to the classes.
-
@XmlAttribute/@XmlValue need to reference a Java type that maps to text in XML.
@XmlAttribute or @XmlValue must reference the Java type mapped to the text within the XML.
-
Class has two properties of the same name "aa....aa"
Two properties with the same name "aa....aa" exist in a class.
-
XmlIDREF property is referencing a type "aa....aa" that doesn't have an XmlID property.
The XmlIDREF property is referencing the type "aa....aa" that does not have the XmlID property.
-
Invalid @XmlElementRef : Type "aa....aa" or any of it's subclasses are not known to this context.
Invalid XmlElementRef: Type aa....aa and the subclasses of type aa....aa are not registered in this context.
-
There's no ObjectFactory with an @XmlElementDecl for the element '{'aa....aa'}'bb....bb.
ObjectFactory with @XmlElementDecl does not exist in the element '{'aa....aa'}'bb....bb.
-
@XmlElementWrapper is only allowed on a collection property but "aa....aa" is not a collection property.
You can use the @XmlElementWrapper annotation only in a collection property. However, "aa....aa" is not a collection property.
-
aa....aa annotation is not allowed on this kind of property.
The aa....aa annotation cannot be used in this kind of properties.
-
aa....aa maps to a structured XML fragment (AKA complex type), and therefore incompatible with @XmlList.
As aa....aa is mapped to a structured XML fragment (Alias complex type), aa....aa is incompatible with @XmlList.
-
@XmlList cannot be placed on a single-value property
The @XmlList annotation cannot be assigned to properties having single value.
-
Factory class "aa....aa" does not have static zero args factory method "bb....bb".
The factory class "aa....aa" does not have a zero argument static factory method "bb....bb".
-
XmlType has not defined a factory method for Factory class "aa....aa".
The factory method of the factory class "aa....aa" is not defined in XmlType.
-
Package "aa....aa" is missing jaxb.properties file. Have you copied this from the generated source directory or include it in the classpath?
The jaxb.properties file does not exist in the package "aa....aa". Either copy the file from the source directory in which the jaxb.properties file was generated or include it in the class path.
-
Transient field "aa....aa" cannot have any JAXB annotations.
A JAXB annotation cannot be assigned to the transient field "aa....aa".
-
Object must have some value in its @XmlValue field: aa....aa
An object must have some value in its @XmlValue field. aa....aa
-
You are trying to run JAXB 2.0 runtime (from bb....bb) but you have old JAXB 1.0 runtime earlier in the classpath (at aa....aa) Please remove the JAXB 1.0 runtime for 2.0 runtime to work correctly.
An attempt is made to execute JAXB 2.0 runtime (from bb....bb), but an old JAXB 1.0 runtime exists before the classpath (at aa....aa). Remove the JAXB 1.0 runtime for the 2.0 runtime to work properly.
-
Adapter aa....aa is not applicable to the field type bb....bb.
The adapteraa....aa is not applicable to the field type bb....bb.
-
Unable to create instance of AccessorFactory, aa....aa for class bb....bb.
The AccessorFactory instance aa....aa cannot be created for class bb....bb.
-
Unable to access instance of AccessorFactory, aa....aa for class bb....bb.
The AccessorFactory instance aa....aa of class bb....bb cannot be accessed.
-
Custom AccessorFactory, aa....aa, is reporting an error accessing a property. bb....bb
An error is reported from Custom AccessorFactoryaa....aa when property bb....bb is accessed.
-
Custom AccessorFactory, aa....aa, is reporting an error accessing a field. bb....bb
An error is reported from Custom AccessorFactoryaa....aa when field bb....bb is accessed.
-
aa....aa is used as an array component type, so it cannot be anonymous.
As the aa....aa is used as an array component type, it cannot be set to anonymous.
-
Invalid set of fields set for XMLGregorianCalendar type aa....aa.
An invalid field set is specified for the XMLGregorianCalendar type aa....aa.
-
Unable to make aa....aa.bb....bb accessible.
aa....aa.bb....bb cannot be set to an accessible state.
-
The type of the field is aa....aa, but the type of the object is bb....bb
The type of the field is aa....aa while the type of the object is bb....bb.
-
The property has a getter "aa....aa" but no setter. For unmarshalling, please define setters. (Or if this is a collection property, make sure that the getter returns a collection instance.)
This property has a getter "aa....aa", but no setter. A setter must be defined for unmarshalling (for a collection property, confirm that the getter returns a collection instance).
-
The property has a setter "aa....aa" but no getter. For marshaller, please define getters.
This property has a setter "aa....aa", but no getter. A getter must be defined for marshalling.
-
aa....aa is not a valid Qname
aa....aa is an invalid Qname.
-
unrecognized type name: aa....aa
The type name aa....aa cannot be recognized.
-
unrecognized type name: aa....aa. Did you mean bb....bb?
The type name aa....aa cannot be recognized. A corrected choice is bb....bb.
-
Undefined ID "aa....aa".
The ID "aa....aa" is not defined.
-
unexpected element (uri:"aa....aa", local:"bb....bb"). Expected elements are cc....cc
This is an unexpected element (uri: "aa....aa", local name: "bb....bb"). The required element is cc....cc.
-
unexpected text "aa....aa"
"aa....aa" is an unexpected text.
-
The type of the field is aa....aa, but JAXB doesnt know how to create an instance assignable to it. Create an instance in the constructor, or use a type that can be assignable from HashMap.
The type of the field is aa....aa, but the method of creating an instance that can be assigned to this field is not clear. Either create the instance with the constructor or use an assignable type from HashMap.
-
Namespace URIs and local names to the unmarshaller needs to be interned.
The namespace URIs and local names to be passed to the Unmarshaller must be registered with the intern function.
-
java content interface Class object must not be null
The java content interface class object must not be null.
-
unable to locate "aa....aa". Check if this file is in the classpath.
"aa....aa" could not be found. Confirm that this file exists in the class path.
-
unable to extract the schema information
The schema information cannot be acquired.
-
root element collision detected for '{'aa....aa'}'bb....bb - unable to create JAXBContext with the given contextPath
A root element collision was detected for {'aa....aa'}'bb....bb. JAXBContext cannot be created with the provided contextPath.
-
neither map contained contentInterface: aa....aa
Neither of maps contains contentInterface. aa....aa
-
a required field "aa....aa" is missing an object
A required field "aa....aa" is missing from the object.
-
Element "'{'aa....aa'}'bb....bb" is not allowed by the wildcard
The element "'{'aa....aa'}'bb....bb" is not allowed as a wildcard.
-
another object has the ID value of ''aa....aa''
Another object has the ID value ''aa....aa'.
-
the object pointed by IDREF is not a part of the content tree
The object indicated by IDREF is not a part of the content tree.
-
a required object is missing
A required object is missing.
-
the object parameter to validate() or validateRoot() is not validatable
The arguments of validate() or validateRoot() are not to be validated.
-
the content tree forms a cycle
The content tree forms a loop.
-
aa....aa parameter must not be null
The aa....aa parameter must not be null.
-
derivation from type "aa....aa" by list is prohibited.
The type aa....aa cannot be derived by list.
-
derivation from type "aa....aa" by union is prohibited.
The type aa....aa cannot be derived by union.
-
derivation from type "aa....aa" by restriction is prohibited.
The type aa....aa cannot be derived by restriction.
-
facet "aa....aa" must be an integer greater than or equal to 0
An integer value of 0 or more must be set in the facet aa....aa.
-
facet "aa....aa" must be an integer greater than zero
An integer value of 1 or more must be set in the facet aa....aa.
-
facet "aa....aa" is specified as fixed in the base type.
The facet aa....aa is specified as fixed in the base type, and therefore, it cannot be specified anymore.
-
union type is derived with no member type
A member type is required for defining the union type.
-
specified pattern is invalid: aa....aa
The specified regular expression is invalid. aa....aa
-
values of the aa....aa facet and the bb....bb facet are inconsistent
The value of the facet aa....aa contradicts the value of the facet bb....bb.
-
values of the aa....aa facet is inconsistent with the cc....cc facet of "bb....bb" type, which is used as the base type.
The value of the facet aa....aa contradicts the value of the facet cc....cc that is specified in the base type bb....bb.
-
The facets aa....aa and bb....bb are mutually exclusive
The facet aa....aa cannot be specified concurrently with the facet bb....bb.
-
the value of the aa....aa facet is looser than the same facet on the "bb....bb" type.
The value of the facet aa....aa is lesser than the value specified in the base type bb....bb.
-
the specified value "aa....aa" is not a/an bb....bb
"aa....aa" is not a valid value for the facet bb....bb.
-
"aa....aa" is not a valid whiteSpace facet value: it must be preserve, replace, or collapse
"aa....aa" is not a valid value of the whiteSpace facet. Specify any one from preserve, replace, or collapse.
-
facet aa....aa is specified more than once
The facet aa....aa cannot be specified more than once.
-
facet aa....aa is not applicable to this datatype
The facet aa....aa cannot be used in this data type.
-
"aa....aa" does not satisfy the "bb....bb" type
aa....aa is not a value of the type bb....bb.
-
the value has aa....aa digits, where precision must be within bb....bb.
The value has aa....aa digit, whereas it must be within bb....bb digit.
-
the value has aa....aa fractional digits, where scale must be within bb....bb.
The value has aa....aa fractional digit, whereas it must be within bb....bb digit.
-
the value is not a member of the enumeration.
The value is not from the enumerated values.
-
the value is not a member of the enumeration: aa....aa
The value must be one of the following: aa....aa
-
the value is out of the range (aa....aa specifies bb....bb).
The value exceeds the limited range (the facet aa....aa is bb....bb).
-
the length of the value is aa....aa, but the required length is bb....bb.
The length of the value is aa....aa. However, the length must be bb....bb.
-
the length of the value is aa....aa, but the required minimum is bb....bb.
The length of the value is aa....aa. However, the length must be bb....bb or more.
-
the length of the value is aa....aa, but the required maximum is bb....bb.
The length of the value is aa....aa. However, the length must be bb....bb or less.
-
the value does not match the regular expression "aa....aa".
The value does not match the specified regular expression "aa....aa".
-
the value does not match any of the regular expressions.
The value does not match any of the specified regular expressions.
-
element "aa....aa" is not allowed here
The element "aa....aa" cannot be written here.
-
character data not allowed: aa....aa
Character data is not allowed. aa....aa
-
"bb....bb" attribute is not allowed for "aa....aa" element.
The "bb....bb" attribute cannot be specified in the "aa....aa" element.
-
"bb....bb" attribute is required for "aa....aa" element, but is not specified
The "bb....bb" attribute is required for the "aa....aa" element, but is not specified.
-
"bb....bb" or "cc....cc" attribute is required for "aa....aa" element, but none is specified
The "bb....bb" attribute or the "cc....cc" attribute is required in the "aa....aa" element, but neither of them is specified.
-
"bb....bb" is invalid value for "aa....aa" attribute
The value "bb....bb" cannot be specified in the "aa....aa" attribute.
-
"aa....aa" and "bb....bb" are mutually exclusive, so cannot be specified at the same time.
The "aa....aa" attribute and the "bb....bb" attribute cannot be specified concurrently as they are contradictory.
-
more than one child type is specified
Multiple child types are specified.
-
no child type is specified
No child type is specified.
-
unrecognized value "aa....aa" in final attribute.
"aa....aa" is an invalid value for the final attribute.
-
recursive inclusion is detected ( aa....aa )
A recursive inclusion is detected (aa....aa).
-
URL "aa....aa" contains a fragment identifier.
The URL "aa....aa" contains a fragment identifier.
-
data type "aa....aa" is not defined
The "aa....aa" data type is not defined.
-
data type "aa....aa" is already defined
The "aa....aa" data type is already defined.
-
perhaps namespace URI "aa....aa" is incorrect?
The namespace URI "aa....aa" might be incorrect.
-
Datatype "aa....aa" is obsolete name. Please use "bb....bb" instead.
"aa....aa" is an old name. Use "bb....bb" instead.
-
Recursive datatype definition.
The data type definition is recursive.
-
child model group is missing
There is no child content model.
-
more than one model group is specified whereas only one is allowed
Multiple content models are specified.
-
the following model groups form a infinite recursion ( aa....aa )
Some model group definitions are recursive (aa....aa).
-
this can't be used because XML Schema does not have notion of the root element
The XML Schema is not used as it does not have the concept of the root element.
-
maxOccurs attribute is required when minOccurs is more than 1
The maxOccurs attribute is required as the minOccurs attribute is more than one.
-
Unimplemented feature: "aa....aa"
The feature is not supported."aa....aa"
-
namespace prefix "aa....aa" is not declared
The namespace prefix "aa....aa" is not declared.
-
schema's target namespace is "aa....aa", although "bb....bb" is expected
"aa....aa" is specified as the target namespace of the schema. However, "bb....bb" is expected at the calling side.
-
importing a schema of the same namespace
The schema, belonging to the same namespace, is imported.
-
namespace "aa....aa" is already defined by a schema
The namespace "aa....aa" is already defined by another schema.
-
type "aa....aa" is not a simple type nor a complex type
The "aa....aa" type is neither a simple type nor complex type.
-
reference to the undefined attribute declaration: "aa....aa"
An undefined attribute declaration "aa....aa" is referenced.
-
reference to the undefined attribute group: "aa....aa"
An undefined attribute group "aa....aa" is referenced.
-
reference to the undefined complex type: "aa....aa"
An undefined complex type "aa....aa" is referenced.
-
reference to the undefined simple type: "aa....aa"
An undefined simple type "aa....aa" is referenced.
-
reference to the undefined element declaration: "aa....aa"
An undefined element declaration "aa....aa" is referenced.
-
reference to the undefined group: "aa....aa"
An undefined group "aa....aa" is referenced.
-
reference to the undefined simple or complex type: "aa....aa"
An undefined complex type or simple type "aa....aa" is referenced.
-
reference to the undefined key: "aa....aa"
An undefined key "aa....aa" is referenced.
-
namespace "aa....aa" is referenced but no schema definition of this namespace was found.
The namespace "aa....aa" is referenced, but the schema defining this namespace does not exist.
-
the base type "aa....aa" cannot be used as a base type for a complex type with simple content.
"aa....aa" cannot be used as the base type for a complex type with simple content.
-
"http://www.w3.org/2000/10/XMLSchema" is obsolete as XML Schema namespace. use "http://www.w3.org/2001/XMLSchema" instead.
http://www.w3.org/2000/10/XMLSchema is the old namespace. Use http://www.w3.org/2001/XMLSchema.
-
attempt to redefine undefined component "aa....aa".
An attempt is made to redefine the component "aa....aa", but the original definition is not found.
-
attribute "aa....aa" is already defined.
The attribute declaration "aa....aa" is already defined.
-
complex type "aa....aa" is already defined.
The complex type"aa....aa" is already defined.
-
attribute group "aa....aa" is already defined.
The attribute group "aa....aa" is already defined.
-
model group "aa....aa" is already defined.
The group "aa....aa" is already defined.
-
element "aa....aa" is already defined.
The element declaration "aa....aa" is already defined.
-
identity constraint "aa....aa" is already defined.
The identity constraint "aa....aa" is already defined.
-
bad XPath "aa....aa".
XPath aa....aa is incorrect.
-
"aa....aa" is not a key.
"aa....aa" is not a key name.
-
The specified key "aa....aa" has bb....bb fields but this keyref "cc....cc" has dd....dd fields.
The referenced key "aa....aa" has bb....bb fields, but the key reference "cc....cc" has only dd....dd fields.
-
The element "aa....aa" is designated as the substitution affiliation of "bb....bb", but they have unrelated types.
The element declaration "bb....bb" is included in the substitution group of the element declaration "aa....aa", however, their types are not related.
-
The element "aa....aa" and bb....bb" forms cyclic substitution relationship.
Element declarations "aa....aa" and "bb....bb" configure cyclic substitution groups.
-
"anyType" is implicitly used as the content model of this element. Is this your intention? If so, please consider to write it explicitly as type="anyType".
As the type attribute does not exist, the contents of this element are not validated at all. Is this what you intend to do? If yes, please write it explicitly as type="anyType".
-
unexpected character literal
Character data is not allowed here.
-
unexpected attribute "aa....aa"
The attribute "aa....aa" is incorrect.
-
unexpected start tag "aa....aa".
The element "aa....aa" is not allowed here.
-
some attributes are missing for the element "aa....aa".
The element "aa....aa" does not contain all required attributes.
-
Content of element "aa....aa" is incomplete
The contents of the element "aa....aa" are incomplete.
-
"aa....aa" is referenced by an IDREF, but not defined.
"aa....aa" is referenced by an IDREF, but is not defined.
-
"aa....aa" is used as an ID value more than once.
"aa....aa" is used as an ID value more than once.
-
unexpected element "aa....aa"
The element "aa....aa" is not allowed here.
-
field #cc....cc of the key constraint "bb....bb" is not found
The field #cc....cc of key constraint "bb....bb" does not exist.
-
this element does not satisfy the uniqueness imposed by "bb....bb"
This element does not satisfy the unique constraint "bb....bb".
-
The same key value is used
The same key value is used here.
-
more than one elements/attributes match the field #cc....cc of the identity constraint "bb....bb"
More than one element or attribute matches the field #cc....cc of the id constraint "bb....bb".
-
keyref "bb....bb" does not have a corresponding key
No key corresponds to keyref "bb....bb".
-
element "aa....aa" was found where no element may occur
The element "aa....aa" was found at a location where no elements can be written.
-
The content model of this element can never be satisfied as declared. It may be a bug of the schema.
The content model of this element can never be satisfied. Some part of the schema might be missing.
-
tag name "aa....aa" is not allowed
The element "aa....aa" cannot be written here.
-
tag name "aa....aa" is not allowed. Possible tag names are: bb....bb
The element "aa....aa" cannot be written here, though bb....bb can be written.
-
namespace URI of tag "aa....aa" is wrong. It must be "bb....bb"
The namespace of the element "aa....aa" is incorrect. It must be "bb....bb".
-
Probably namespace URI of tag "aa....aa" is wrong (correct one is "bb....bb")
The namespace of the element "aa....aa" might be incorrect. The correct namespace is "bb....bb".
-
unexpected attribute "aa....aa"
The attribute "aa....aa" cannot be written here.
-
attribute "aa....aa" has a bad value
The value of the attribute "aa....aa" is incorrect.
-
attribute "aa....aa" has a bad value: bb....bb
The value of the attribute "aa....aa" is incorrect. bb....bb
-
attribute "aa....aa" has a bad value. Possible values are: bb....bb
The value of the attribute "aa....aa" must be any one of the following: bb....bb
-
element "aa....aa" is missing "bb....bb" attribute
The attribute "bb....bb" is required in the element "aa....aa".
-
required attribute(s) is/are missing
Some required attributes are missing.
-
at least one of the following attributes is required for element "aa....aa": bb....bb
At least one of the following attributes is required for the element "aa....aa": bb....bb
-
uncompleted content model. expecting: bb....bb
An element cannot be closed here. One of the following is required: bb....bb
-
unexpected character literal. expecting: aa....aa
This is an incorrect character string. One of the following is required: aa....aa
-
bad character literal.
The character literal is invalid.
-
the value must be "aa....aa"
The text must be "aa....aa".
-
elements of "aa....aa" namespace
This is an element of the namespace "aa....aa".
-
elements of any namespace other than "aa....aa"
This is an element of any namespace other than "aa....aa".
-
character data is not allowed here
Character data cannot be written here.
-
ID "aa....aa" is already defined.
The ID "aa....aa" is already in use.
-
duplicate key value "aa....aa" for the symbol space "bb....bb"
The key "aa....aa" is already in use in the symbol space "bb....bb".
-
element "aa....aa" is not nillable
The element "aa....aa" is not nillable.
-
specified type "aa....aa" cannot substitute the current type
The current type cannot be substituted with the specified type "aa....aa".
-
undefined type "aa....aa"
"aa....aa" is not defined as a type.
-
Argument(s) "aa....aa" can't be null.
You cannot specify null in the argument aa....aa.
-
aa....aa is a primitive
aa....aa is a primitive type.
-
? super T not implemented
<? super T> is not implemented.
-
only extends/super can follow ?, but found aa....aa
Although only extends or super can be added after ? (question mark), aa....aa is added.
-
Expected ']' but found aa....aa
aa....aa was found at a location in which ']' must be used.
-
Missing '>' in aa....aa
A greater-than sign (>) is missing from aa....aa.
-
JClass name empty
The JClass name is empty.
-
JClass name aa....aa contains illegal character for beginning of identifier: bb....bb
An invalid character bb....bb is included at the beginning of the identifier in the JClass name aa....aa.
-
JClass name aa....aa contains illegal character bb....bb
An invalid character bb....bb is included in the JClass name aa....aa.
-
unable to set the super class for an interface
This super class cannot be set in the interface.
-
Illegal class inheritance loop. Outer class aa....aa may not subclass from inner class: bb....bb
An invalid loop occurred in class inheritance. The outer class aa....aa cannot be sub classed from the inner class bb....bb.
-
trying to create the same field twice: aa....aa
An attempt is made to create the same field aa....aa twice.
-
Field name contains '.': aa....aa
The field name contains a period (.). aa....aa
-
name aa....aa is already in use
The name aa....aa is already in use.
-
method name contains '.': aa....aa
The method name contains a period (.). aa....aa
-
Cannot have two varargs in a method,
Check if varParam method of JMethod is invoked more than once
Two variable-length arguments (varargs) cannot be used in one method. Confirm that the varParam method of Jmethod is not invoked two or more times.
-
Illegal modifiers for aa....aa: bb....bb
An invalid modifier is used for aa....aa. bb....bb
-
Package name . is not allowed
A period (.) cannot be used in the package name.
-
the specified class is not a member of this package, or it is a referenced class
The specified class is not a member of this package, but a referenced class.
-
JClass name contains '.': aa....aa
A period (.) is included in the JClass name. aa....aa
-
the root package cannot be annotated
An annotation cannot be assigned to the root package.
-
Not a primitive type: aa....aa
This is not a primitive type. aa....aa
-
Not an array type
This is not an array type.
-
type variable has an existing class bound aa....aa
An existing class bind aa....aa is included in the type variable.
-
Unable to handle this method call aa....aa
The method call aa....aa cannot be processed.
-
Unexpected return type aa....aa
The return type aa....aa is incorrect.
-
Unable to handle this method call
This method call cannot be processed.
-
Expected aa....aa but found bb....bb
A location that must be aa....aa is actually bb....bb.
-
unable to process aa....aa line:bb....bb
cc....cc
Lines bb....bb and cc....cc of aa....aa cannot be processed.
-
aa....aa: non-existent directory
aa....aa: This directory does not exist.
-
aa....aa: Can't delete previous version
aa....aa: The old version cannot be deleted.
-
The current event is not START_ELEMENT
but aa....aa
The current event is aa....aa instead of START_ELEMENT.
-
processing event: aa....aa
The event aa....aa is being processed.
-
getAttributes() attempting to process: aa....aa
An attempt is made to process aa....aa with getAttributes().
-
Loaded outside a jar aa....aa
Loaded outside jar aa....aa.
-
Error starting apt
An error occurred while starting apt.
-
the same namespace is specified twice
The same namespace is specified twice.
-
should throw a MirroredTypeException
MirroredTypeException must be thrown.
-
Attempt to modify attribute at illegal index: aa....aa
An attempt is made to modify the attribute aa....aa of an invalid index.
-
Unexpected aa....aa appears at line bb....bb column cc....cc
An unexpected value aa....aa appears at line bb....bb column cc....cc.
-
There's no JAXB 2.2 API in the classpath
JAXB 2.2 API does not exist in the classpath.
-
Unrecognized language: aa....aa. Did you mean bb....bb ?
The language aa....aa cannot be recognized. The corrected choice is bb....bb.
-
Unrecognizable stack size: aa....aa
The stack size aa....aa cannot be recognized.
-
aa....aa is not a valid version number. Perhaps you meant @destdir?
aa....aa is an invalid version number. Specify @destdir.
-
unable to parse the schema. Error messages should have been provided
The schema cannot be parsed. An error message must be displayed.
-
failed to compile a schema
An attempt to compile the schema has failed.
-
unable to write files: aa....aa
An attempt to write to the file has failed.aa....aa
-
Illegal version aa....aa
aa....aa is an invalid version.
-
nulls in additionalElementDecls
additionalElementDecls is null.
-
aa....aa was not specified to JavaCompiler.bind
aa....aa is not specified in JavaCompiler.bind.
-
system ID 'aa....aa' isn't absolute
The system ID 'aa....aa' is not complete.
-
Class not foundaa....aa
The class aa....aa is not found.
-
Unable to load source code of aa....aa as a resource
The source code of aa....aa cannot be loaded as a resource.
-
system id cannot be null
The system ID cannot be null.
-
Unable to find a JAXB implementation to delegate
The JAXB implementation to be delegated is not found.
-
Not a number: aa....aa
aa....aa is not a number.
-
input is empty
The input value is empty.
-
prefix aa....aa is not bound to a namespace
The prefix aa....aa is not bound to the namespace.
-
hexBinary needs to be even-length: aa....aa
hexBinary must have an even length. aa....aa
-
contains illegal character for hexBinary: aa....aa
hexBinary contains invalid characters.aa....aa
-
Attempt to modify attribute at illegal index: aa....aa
An attempt is made to modify the attribute aa....aa of an invalid index.
-
Unknown constant type aa....aa
aa....aa is an unknown constant type.
-
no encoder for MIME type aa....aa
No encoder is available for the MIME type aa....aa.
-
The factory method didn't return a correct object
The object returned from the factory method is not correct.
-
Failed to find the constructor for aa....aa with bb....bb
The constructor for aa....aa containing bb....bb is not found.
-
aa....aa is not known to this context
aa....aa cannot be recognized by this context.
-
aa....aa is not a bean
aa....aa is not a bean.
-
aa....aa is not a valid property on bb....bb
aa....aa is an invalid property for bb....bb.
-
prefix 'aa....aa' isn't bound
The prefix 'aa....aa' is not bound.
-
The current event is not START_ELEMENT but aa....aa
The current event is aa....aa and not START_ELEMENT.
-
Unexpected node type: aa....aa
aa....aa is an unexpected node type.
-
Error escaping one of these uris:
aa....aa
bb....bb
An error occurred during the escape processing of the following URIs:
aa....aa
bb....bb
-
Malformed URL aa....aa(base bb....bb )
The URL has an invalid format. aa....aa (Base bb....bb)
-
start tag has already been written
The start tag has already been coded.
-
Illegal return type: aa....aa
The return type is invalid. aa....aa
-
argument contains null
Null is included in the argument.
-
Unexpected use of prefixes aa....aa
The use of the prefix aa....aa is incorrect.
-
The empty namespace cannot have a non-empty prefix
A non-empty prefix cannot be assigned to an empty namespace.
-
The empty namespace can be only bound to the empty prefix
An empty namespace can be bound only to an empty prefix.
-
Prefix 'aa....aa' is already bound to 'bb....bb'
The prefix 'aa....aa' is already bound to 'bb....bb'.
-
The start tag of aa....aa has already been written.
The start tag of aa....aa is already coded.
-
Your DOM provider doesn't support the createElementNS method properly
Your DOM provider does not support the properties of the createElementNS method.
-
Unsupported Result type: aa....aa
The result type aa....aa is not supported.
-
LexicalHandler is needed to write PCDATA
LexicalHandler is required to code PCDATA.
-
LexicalHandler is needed to write comments
LexicalHandler is required to code comments.
-
not a keyref
This is not a keyref.
-
unresolved reference
This is an unresolved reference.
-
Unexpected aa....aa appears at line bb....bb column cc....cc
An unexpected value aa....aa appears at line bb....bb column cc....cc.
-
Attempt to modify attribute at illegal index: aa....aa
An attempt is made to modify the attribute aa....aa of an invalid index.
-
unable to process aa....aa
aa....aa cannot be processed.
-
Unexpected aa....aa appears at line bb....bb column cc....cc
An unexpected value aa....aa appears at line bb....bb column cc....cc.
-
Unbound prefix: aa....aa
The prefix aa....aa is not bound.
-
Missing return statement in function
The return statement is missing in the function.
-
ERROR: Cannot use a static CharStream class with a non-static lexical analyzer.
You cannot use a static CharStream class with a non-static lexical analyzer.
-
Error: Ignoring invalid lexical state : aa....aa. State unchanged.
The invalid lexical state aa....aa will be ignored. The state will not change.
-
Unknown node
This is an unknown node.
-
Unable to resolve relative URI aa....aa without a base URI
The relative URI aa....aa cannot be resolved without a base URI.
-
Unable to resolve relative URI aa....aa because base URI is not absolute: bb....bb
The relative URI aa....aa cannot be resolved as the base URI bb....bb is not an absolute URI.
-
This product does not work in JDK1.2.
This product does not operate in JDK1.2.
-
--------------- linked to ------------------
--------------- linked to ------------------
-
can't declare any more prefixes in this context
No more prefixes can be declared in this context.
-
anonymous type
This is an anonymous type.
-
multiple definition
The definition is duplicated.
-
undefined type name: aa....aa
This is an undefined type. aa....aa
-
invalid value type: aa....aa
This is an invalid value type. aa....aa
-
Unknown Processing Mode
This is an unknown processing mode.
-
no implementation of regexp was found.
No implementation of regexp was found.
-
undefined process mode: aa....aa
This is an undefined processing mode. aa....aa
-
aborted. Errors should have been reported
The processing will be interrupted. No error is reported.
-
parser factory must be namespace-aware
The namespace must be enabled in the parser factory.
-
aa....aa doesn't implement any of TypeOwner
The aa....aa does not implement any of TypeOwner.
-
unexpected system ID: aa....aa
This is an unexpected system ID. aa....aa
-
unable to load schema-for-schema for W3C XML Schema
schema-for-schema for the W3C XML Schema cannot be loaded.
-
Illegal Namespace prefix: aa....aa
This is an invalid Namespace prefix. aa....aa
-
Undeclared prefix: aa....aa
This is an undefined prefix. aa....aa
-
namespace URI is null
The namespace URI is null.
-
local name is null
The local name is null.
-
unable to parse the schema
The schema cannot be parsed.
-
the document is invalid
The document is not valid.
-
unrecognized value type: aa....aa
This is an unrecognized value type. aa....aa
-
unknown location
The location is not known.
-
line aa....aa of bb....bb
This is line aa....aa of bb....bb.
-
unknown file
This is an unknown file.
-
aa....aa is not supported.
aa....aa is not supported.
-
cowardly refuses to write to a non-existent directory "aa....aa"
Writing to a non-existent directory "aa....aa" was denied.
-
an operand is missing
There is no operand.
-
"aa....aa" is not a valid target version. "2.0", "2.1" and "2.2" are supported.
"aa....aa" is not a valid version. "2.0", "2.1" and "2.2" are supported.
-
No such file: aa....aa
The specified file aa....aa is not found.
-
"aa....aa" is not a valid proxy format. The format is [user[:password]@]proxyHost:proxyPort
"aa....aa" is not a valid proxy format. The format is [user[:password]@]proxyHost:proxyPort.
-
unrecognized mode aa....aa
The mode aa....aa cannot be recognized.
-
unrecognized parameter aa....aa
The parameter aa....aa cannot be recognized.
-
grammar is not specified
Grammar is not specified.
-
Stack overflow. you are compiling a large schema that requires more resources.
A stack overflow occurred. This could be because of an attempt to compile a large schema for which resources are insufficient.
-
Too many schema files for this schema language. Compile one file at a time.
There are too many schema files for this schema language. Compile one file at a time.
-
Default Java package specified. You will not be able to access the generated code from classes in any other package.
The default Java package is specified. The generated code cannot be accessed from classes of another package.
-
"aa....aa" is not a valid file name: bb....bb
"aa....aa" is not a valid file name. bb....bb
-
Failed to parse "aa....aa": bb....bb
An attempt to parse "aa....aa" has failed. bb....bb
-
"aa....aa" is neither a file name nor a URL
"aa....aa" is neither a file name nor a URL.
-
"-aa....aa" and "-bb....bb" are mutually exclusive since both affect the code generation
"-aa....aa" and "-bb....bb" cannot be specified concurrently as both affect code generation.
-
Failed to load "aa....aa": bb....bb
An attempt to load aa....aa has failed.bb....bb
-
Failure to load a plugin: "aa....aa".
An attempt to load the plugin "aa....aa" has failed.
-
A command could not be executed. (details = aa....aa)
The command could not be executed due to aa....aa.
-
JDK 1.5.0_01 or later is necessary
JDK 1.5.0_01 or a later version is required.
-
The error message corresponding to the message key can not be found.
An error message corresponding to the message key cannot be found.
-
An internal error occurred while formatting the following message:
An internal error occurred while formatting the following message:
-
Premature end of file.
Reached the end of the file during analysis.
-
The root element is required in a well-formed document.
The root element is required for a well-formed document.
-
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.
-
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.
-
An invalid second ':' was found in the element type or attribute name.
An invalid second entry of a colon (:) was found in the element type or the attribute name.
-
An invalid XML character (Unicode: 0xaa....aa) was found in markup after the end of the element content.
An invalid XML character (Unicode: 0xaa....aa) was found in the markup after the end of the element content.
-
An invalid XML character (Unicode: 0xaa....aa) was found in the prolog of the document.
An invalid XML character (Unicode: 0xaa....aa) was found in the prolog of the document.
-
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.
-
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 the end of the CDATA section.
-
The CDATA section must end with "]]>".
The CDATA section must end with ]]>.
-
The XML declaration may only appear at the very beginning of the document.
The XML declaration can appear only at the beginning of a document.
-
The '' = '' character must follow "aa....aa" in the XML declaration.
An equals sign (=) must follow aa....aa in the XML declaration.
-
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.
-
The XML declaration must end with "?>".
An XML declaration must end with ?>.
-
The version is required in the XML declaration.
The version is required for the XML declaration.
-
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.
-
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.
-
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.
-
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.
-
Already seen doctype.
Doctype is already declared.
-
Content is not allowed in prolog.
Content cannot be specified in prolog. Alternatively, a null string might be specified in an argument of the parse method.
-
Reference is not allowed in prolog.
Reference cannot be specified in prolog.
-
Content is not allowed in trailing section.
Content cannot be specified in the trailing section.
-
Reference is not allowed in trailing section.
Reference cannot be specified in the trailing section.
-
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. The value cannot be aa....aa.
-
The xml:lang attribute value "aa....aa" is an invalid language identifier.
The xml:lang attribute value aa....aa is an invalid language identifier.
-
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>.
-
Element type "aa....aa" must be followed by either attribute specifications, ">" or "/>".
The element type aa....aa must be followed by either > or />.
-
Attribute name "aa....aa" must be followed by the '' = '' character.
An equals sign (=) must be added after the attribute name "aa....aa".
-
Open quote is expected for attribute "aa....aa".
The attribute "aa....aa" must have open quotation marks.
-
Close quote is expected for attribute "aa....aa".
The attribute "aa....aa" must have close quotation marks.
-
Attribute "bb....bb" was already specified for element "aa....aa".
The attribute bb....bb is already specified for the element aa....aa.
-
Attribute "bb....bb" bound to namespace "cc....cc" was already specified for element "aa....aa".
The attribute bb....bb bound to the namespace cc....cc was already specified for the element aa....aa.
-
The end-tag for element type "aa....aa" must end with a ''>'' delimiter.
The end tag of the element type aa....aa must be >.
-
The content of elements must consist of well-formed character data or markup.
The contents of elements must either consist of the well-formed characters or the markup.
-
doctype not allowed in content.
DOCTYPE cannot be specified in element contents.
-
The reference must be terminated by a ';' delimiter.
Reference must be demarcated with a semicolon (;).
-
The reference must be entirely contained within the same parsed entity.
Reference must be configured with the same parsed entity.
-
The element "aa....aa" must start and end within the same entity.
The element aa....aa must start and end within the same entity.
-
XML document structures must start and end within the same entity.
The XML document must start and end within the same entity.
-
An invalid XML character (Unicode: 0xcc....cc) was found in the value of attribute "bb....bb".
An invalid XML character (Unicode: 0xcc....cc) was found in the value of the attribute "bb....bb".
-
An invalid XML character (Unicode: 0xaa....aa) was found in the comment.
An invalid XML character (Unicode: 0xaa....aa) exists in the comment.
-
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.
-
An invalid XML character (Unicode: 0xaa....aa) was found in the internal subset of the DTD.
An invalid XML character (Unicode: 0xaa....aa) exists in the internal subset of DTD.
-
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.
-
The value of attribute "bb....bb" must begin with either a single or double quote character.
The attribute specification bb....bb must begin with either single or double quotation marks.
-
The value of attribute "bb....bb" must not contain the ''<'' character.
A less-than sign (<) cannot be used in the value of the attribute "bb....bb".
-
The value for attribute "bb....bb" must end with the matching quote character.
The attribute specification bb....bb must end with the corresponding quotation marks.
-
Comment must start with "<!--".
A comment must start with <!--.
-
The string "--" is not permitted within comments.
-- cannot be used within a comment.
-
The comment must end with "-->".
A comment must end with -->.
-
The comment is not enclosed xin the same entity.
The comment is not enclosed within the same entity.
-
The processing instruction must begin with the name of the target.
The processing instruction must begin with the name of the target.
-
White space is required between the processing instruction target and data.
A space is required between the processing instruction target and the data.
-
The processing instruction must end with "?>".
The processing instruction must end with ?>.
-
The processing instruction target matching "[xX][mM][lL]" is not allowed.
[xX][mM][lL] cannot be specified for the processing instruction target.
-
The processing instruction is not enclosed in the same entity.
The processing instruction is not enclosed within the same entity.
-
Invalid version "aa....aa".
An invalid version is specified in aa....aa.
-
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.
-
A decimal representation must immediately follow the "&#" in a character reference.
In a character reference, a decimal code must immediately follow &#.
-
A hexadecimal representation must immediately follow the "&#x" in a character reference.
In a character reference, a hexadecimal code must immediately follow &#x.
-
The character reference must end with the ';' delimiter.
A character reference must end with a semicolon (;).
-
Character reference "&#aa....aa" is an invalid XML character.
The character reference &#aa....aa; is an invalid XML character specification.
-
The entity name must immediately follow the '&' in the entity reference.
The entity name must be immediately after & in the entity reference.
-
The reference to entity "aa....aa" must end with the '';'' delimiter.
The reference to the entity aa....aa must end with a semicolon (;).
-
The text declaration may only appear at the very beginning of the external parsed entity.
The text declaration can only be specified immediately after the beginning of the external parsed entity.
-
The '' = '' character must follow "aa....aa" in the text declaration.
The text declaration can only be specified immediately after the beginning of the external parsed entity.
-
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.
-
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.
-
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.
-
White space is required before the encoding pseudo attribute in the text declaration.
A space is required before the version pseudo attribute in the text declaration.
-
The text declaration must end with "?>".
The text declaration must end with ?>.
-
The encoding declaration is required in the text declaration.
Encoding declaration must be performed within the text declaration.
-
no more pseudo attributes is allowed.
No more pseudo attributes can be specified.
-
more pseudo attributes is expected.
The number of pseudo attributes is insufficient.
-
a pseudo attribute name is expected.
A pseudo attribute name is not specified.
-
The comment must be entirely contained within the same parsed entity.
A comment must be enclosed within the same parsed entity.
-
The processing instruction must be entirely contained within the same parsed entity.
A processing instruction must be enclosed within the same parsed entity.
-
Invalid encoding name "aa....aa".
aa....aa is an invalid encoding name.
-
Given byte order for encoding "aa....aa" is not supported.
The byte order assigned to encoding aa....aa is not supported.
-
Invalid byte aa....aa of bb....bb-byte UTF-8 sequence.
Byte aa....aa of the bb....bb-byte UTF-8 sequence is invalid.
-
Expected byte aa....aa of bb....bb-byte UTF-8 sequence.
Byte aa....aa of the bb....bb-byte UTF-8 sequence is required.
-
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 is 0x10, but 0xaa....aa was found.
-
Operation "aa....aa" not supported by bb....bb reader.
The operation "aa....aa" is not supported by the reader bb....bb.
-
Byte "aa....aa" not 7-bit ASCII.
Byte "aa....aa" is not 7-bit ASCII.
-
An invalid XML character (Unicode: 0xaa....aa) was found in the literal entity value.
An invalid XML character (Unicode: 0xaa....aa) exists in the literal entity value.
-
An invalid XML character (Unicode: 0xaa....aa) was found in the external subset of the DTD.
An invalid XML character (Unicode: 0xaa....aa) exists in the external subset of the DTD.
-
An invalid XML character (Unicode: 0xaa....aa) was found in the excluded conditional section.
An invalid XML character (Unicode: 0xaa....aa) exists in the excluded conditional section.
-
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.
-
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.
-
White space is required after keyword SYSTEM in DOCTYPE decl.
A space is required after the keyword SYSTEM in the DOCTYPE declaration.
-
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.
-
The system identifier must end with the matching quote character.
The system identifier must end with either single or double quotation marks.
-
White spaces are required after keyword PUBLIC in DOCTYPE decl.
A space is required after the keyword PUBLIC in the DOCTYPE declaration.
-
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.
-
The public identifier must end with the matching quote character.
The public identifier must end with the corresponding quotation marks.
-
The character (Unicode: 0xaa....aa) is not permitted in the public identifier.
The character (Unicode: 0xaa....aa) is not allowed in the public identifier.
-
White spaces are required between publicId and systemId.
A space is required between the public identifier and the system identifier.
-
White space is required after "<!DOCTYPE" in the document type declaration.
A space is required after <!DOCTYPE in the DOCTYPE declaration.
-
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.
-
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 (>).
-
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 inside the markup within the internal subset of the DTD.
-
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.
-
The attribute declaration for "xml:space" must be given as an enumerated type whose only possible values are "default" and "preserve".
The xml:space attribute declaration must be an enumeration type for which only default or preserve can be specified.
-
White space is required after "<!ELEMENT" in the element type declaration.
A space is required after <!ELEMENT in the element type declaration.
-
The element type is required in the element type declaration.
The element type declaration is required for specifying an element type.
-
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.
-
The constraint is required after the element type "aa....aa" in the element type declaration.
A constraint is required after the element type aa....aa in the element type declaration.
-
The declaration for element type "aa....aa" must end with ''>''.
The element type declaration must end with a greater-than sign (>).
-
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.
-
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.
-
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.
-
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.
-
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.
-
White space is required after "<!ATTLIST" in the attribute-list declaration.
A space is required after <!ATTLIST in the attribute list declaration.
-
The element type is required in the attribute-list declaration.
The element type declaration is required for an element type.
-
White space is required before the attribute name in the attribute-list declaration for element "aa....aa".
A space is required before the attribute name in the attribute-list declaration for the element aa....aa.
-
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 declaration for the element aa....aa.
-
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 for the element aa....aa.
-
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 for the element aa....aa.
-
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 the element aa....aa.
-
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 in the declaration of the same attribute bb....bb for the specified element aa....aa.
-
White space must appear after "NOTATION" in the "bb....bb" attribute declaration.
A space is required after NOTATION in the attribute declaration bb....bb.
-
The ''('' character must follow "NOTATION" in the "bb....bb" attribute declaration.
A left parenthesis '(' is required after NOTATION in the attribute declaration bb....bb.
-
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.
-
The notation type list must end with '')'' in the "bb....bb" attribute declaration.
The notation name must end with a right parenthesis ')' in the notation type specification for the attribute declaration bb....bb.
-
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.
-
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 ()).
-
White space must appear after "FIXED" in the "bb....bb" attribute declaration.
A space is required after FIXED in the attribute declaration bb....bb.
-
The included conditional section must end with "]]>".
The included conditional section must end with ]]>.
-
The excluded conditional section must end with "]]>".
The excluded conditional section must end with ]]>.
-
The entity name must immediately follow the '%' in the parameter entity reference.
The entity name of the parameter entity reference must be coded after the percent sign (%).
-
The parameter entity reference "%aa....aa;" must end with the '';'' delimiter.
The parameter entity reference aa....aa must end with a semicolon (;).
-
White space is required after "<!ENTITY" in the entity declaration.
A space is required after <!ENTITY in the entity declaration.
-
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.
-
White space is required between the '%' and the entity name in the parameter entity declaration.
A space is required between the percent sign (%) and the entity name in the parameter entity declaration.
-
The name of the entity is required in the entity declaration.
The name of the entity is required in the entity declaration.
-
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.
-
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.
-
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.
-
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.
-
The declaration for the entity "aa....aa" must end with ''>''.
The declaration for the entity aa....aa must end with a greater-than sign (>).
-
Entity "aa....aa" is declared more than once.
The entity aa....aa is declared two or more times.
-
The external entity declaration must begin with either "SYSTEM" or "PUBLIC".
The external entity declaration must begin with either SYSTEM or PUBLIC.
-
White space is required between "PUBLIC" and the public identifier.
A space is required between PUBLIC and the public identifier.
-
White space is required between the public identifier and the system identifier.
A space is required between the public identifier and the system identifier.
-
White space is required between "SYSTEM" and the system identifier.
A space is required between SYSTEM and the system identifier.
-
The fragment identifier should not be specified as part of the system identifier "aa....aa".
The fragment identifier must not be specified as a part of the system identifier aa....aa.
-
White space is required after "<!NOTATION" in the notation declaration.
A space is required after <!NOTATION in the notation declaration.
-
The name of the notation is required in the notation declaration.
The notation name is required in the notation declaration.
-
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.
-
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 or a public identifier.
-
The declaration for the notation "aa....aa" must end with ''>''.
The declaration for the notation aa....aa must end with a greater-than sign (>).
-
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.
-
Attribute value "bb....bb" of type ENTITIES must be the names of one or more unparsed entities.
The attribute value bb....bb of the type ENTITIES must be the names of one or more unparsed entities.
-
Attribute value "bb....bb" of type ENTITY must be the name of an unparsed entity.
The attribute value bb....bb of the type ENTITIES must be the name of an unparsed entity.
-
The ID attribute "aa....aa" must have a declared default of "#IMPLIED" or "#REQUIRED".
The ID attribute aa....aa must be the declared default value of #IMPLIED or #REQUIRED.
-
Attribute value "aa....aa" of type ID must be a name.
The attribute value aa....aa of the type ID must be a name.
-
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 a document.
-
Attribute value "aa....aa" of type IDREF must be a name.
The attribute value aa....aa of the type IDREF must be a name.
-
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.
-
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 the properly nested declarations.
-
The replacement text of parameter entity "aa....aa" must include properly nested declarations.
The replacement text of the parameter entity aa....aa must include the properly nested declarations.
-
The replacement text of parameter entity "aa....aa" must include properly nested pairs of parentheses.
The replacement text of the parameter entity aa....aa must include the properly nested pairs of parentheses.
-
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 either the entire conditional section or only INCLUDE or IGNORE.
-
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.
-
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.
-
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 the attribute aa....aa must not be changed (to cc....cc) by normalization in a standalone document.
-
The content of element type "aa....aa" is incomplete, it must match "bb....bb".
The contents of the element type aa....aa are incomplete. They must match bb....bb.
-
The content of element type "aa....aa" must match "bb....bb".
The contents of the element type aa....aa must match bb....bb.
-
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.
-
Attribute "bb....bb" is already declared for element type "aa....aa".
The attribute bb....bb is already declared for the element type aa....aa.
-
Element type "aa....aa" must not be declared more than once.
The element type aa....aa must not be declared two or more times.
-
Element type "aa....aa" must be declared.
The element type aa....aa must be declared.
-
Document is invalid: no grammar found.
The document is invalid. Syntax not found.
-
An element with the identifier "aa....aa" must appear in the document.
An element with the identifier aa....aa must exist in the document.
-
The reference to external entity "aa....aa" is not permitted in a standalone document.
The reference to the external entity aa....aa is not allowed in a standalone document.
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
White space must not occur between elements declared in an external parsed entity with element content in a standalone document.
There must be no space in the element declaration of an external parsed entity with element contents in a standalone document.
-
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.
-
Attribute value "aa....aa" of type NMTOKENS must be one or more name tokens.
The attribute value aa....aa of the type NMTOKENS must be one or more name tokens.
-
Document root element "bb....bb", must match DOCTYPE root "aa....aa".
The document root element bb....bb must match the DOCTYPE root aa....aa.
-
The content model of element "aa....aa" refers to the undeclared element "bb....bb".
The content model of the element aa....aa references the undeclared element bb....bb.
-
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.
-
ENTITY "aa....aa" is not unparsed.
The entity aa....aa is not unparsed.
-
ENTITY "aa....aa" is not valid.
The entity aa....aa is invalid.
-
Value of type ENTITIES, IDREFS, and NMTOKENS cannot be empty list.
An empty list cannot be specified for the value of the type ENTITIES, IDREFS, and NMTOKENS.
-
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.
-
The entity "aa....aa" was referenced, but not declared.
The entity aa....aa was referenced, but is not declared.
-
The unparsed entity reference "&aa....aa;" is not permitted.
The unparsed entity reference &aa....aa; is not allowed.
-
Recursive entity reference "aa....aa". (Reference path: bb....bb),
This is a recursive entity reference aa....aa. (Refer path bb....bb).
-
Recursive general entity reference "&aa....aa;". (Reference path: bb....bb),
This is a recursive general entity reference &aa....aa;. (Refer path bb....bb).
-
Recursive parameter entity reference "%aa....aa;". (Reference path: bb....bb),
This is a recursive parameter entity reference %aa....aa;. (Refer path bb....bb).
-
The encoding "aa....aa" is not supported.
The encoding aa....aa is not supported.
-
A parsed entity not encoded in either UTF-8 or UTF-16 must contain an encoding declaration.
A parsed entity that is not encoded in either UTF-8 or UTF-16 must contain an encoding declaration.
-
Element "aa....aa" cannot have "xmlns" as its prefix.
xmlns cannot be added as a prefix to the element "aa....aa".
-
The prefix "aa....aa" for element "bb....bb" is not bound.
The prefix aa....aa of the element bb....bb is not bound.
-
The prefix "aa....aa" for attribute "bb....bb" is not bound.
The prefix aa....aa of the attribute bb....bb is not bound.
-
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. A prefixed namespace binding might not be empty.
-
The namespace prefix "aa....aa" was not declared.
The namespace prefix aa....aa was not declared.
-
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.
-
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.
-
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.
-
OpenQuoteMissingInDecl
The declaration does not have open quotation marks.
-
InvalidCharInLiteral
Invalid characters exist in literal.
-
Doctype declaration is not allowed.
The Doctype declaration cannot be used.
-
http://www.w3.org/TR/1998/REC-xml-19980210#"aa....aa"?"bb....bb"&"cc....cc"...
A syntax that does not conform to the W3C XML1.0 standard was detected.
-
http://www.w3.org/TR/1999/REC-xml-names-19990114#"aa....aa"?"bb....bb"&"cc....cc"...
A syntax that does not conform to W3C Namespaces in XML standard was detected.
-
true value of isValidating not supported
The true value of isValidating is not supported.
-
false value of aa....aa feature is not supported
The false value of the aa....aa feature is not supported.
-
Encoding byte order not supported
Encoding based on the byte order is not supported.
-
Encoding declaration aa....aa not valid
The encoding declaration aa....aa is invalid.
-
Encoding aa....aa not supported
The encoding aa....aa is not supported.
-
Scanner State aa....aa not Recognized
The Scanner State aa....aa cannot be recognized.
-
DTDDriver#dispatch: scanner state=aa....aa (bb....bb)
DTDDriver#dispatch: scanner state=aa....aa (bb....bb)
-
No more events to be parsed
There are no more events to be parsed.
-
Scanner State aa....aa not Recognized
The Scanner State aa....aa cannot be recognized.
-
parser must be on START_ELEMENT to read next text
The parser must be set on START_ELEMENT to read the following text:
-
getElementText() function expects text only element but START_ELEMENT was encountered.
The getElementText() function can process text-only elements, however, START_ELEMENT was detected.
-
unexpected end of document when reading element text content
Reached the end of the document while reading the contents of element text.
-
getElementText() function expects text only element but START_ELEMENT was encountered.
The getElementText() function can process text-only elements, however, START_ELEMENT was detected.
-
Unexpected event type aa....aa
The event type aa....aa cannot be processed.
-
expected start or end tag
The start or end tag is required.
-
Method getLocalName() cannot be called for aa....aa event.
The getLocalName() method cannot be called for the aa....aa event.
-
Current state of the parser is aa....aa But expected state is bb....bb
The current state of the parser is aa....aa, but it must be set to bb....bb.
-
Current state = aa....aa is not among the states bb....bb , cc....cc , dd....dd , ee....ee valid for getTextCharacters()
The valid states for getTextCharacters() are bb....bb, cc....cc, dd....dd, and ee....ee, however, the current state aa....aa is not from these states.
-
Current state = aa....aa is not among the states bb....bb , cc....cc , dd....dd , ee....ee valid for getTextLength()
The valid states for getTextLength() are bb....bb, cc....cc, dd....dd, and ee....ee, however, the current state aa....aa is not from these states.
-
Current state = aa....aa is not among the states bb....bb , cc....cc , dd....dd , ee....ee valid for getTextStart()
The valid states for getTextStart() are bb....bb, cc....cc, dd....dd, and ee....ee, however, the current state aa....aa is not from these states.
-
END_DOCUMENT reached: no more elements on the stream.
Reached the END_DOCUMENT. The stream does not contain any more elements.
-
Current state is not among the states aa....aa , bb....bb valid for getAttributeCount()
The valid states for getAttributeCount() are aa....aa and bb....bb, however, the current state is not from these states.
-
Current state is not among the states aa....aa , bb....bb valid for getAttributeName()
The valid states for getAttributeName() are aa....aa and bb....bb, however, the current state is not from these states.
-
Current state is not among the states aa....aa , bb....bb valid for getAttributeLocalName()
The valid states for getAttributeLocalName() are aa....aa and bb....bb, however, the current state is not from these states.
-
Current state is not among the states aa....aa , bb....bb valid for getAttributeNamespace()
The valid states for getAttributeNamespace() are aa....aa and bb....bb, however, the current state is not from these states.
-
Current state is not among the states aa....aa , bb....bb valid for getAttributePrefix()
The valid states for getAttributePrefix() are aa....aa and bb....bb, however, the current state is not from these states.
-
Current state is not among the states aa....aa , bb....bb valid for getAttributeQName()
The valid states for getAttributeQName() are aa....aa and bb....bb, however, the current state is not from these states.
-
Current state is not among the states aa....aa , bb....bb valid for getAttributeType()
The valid states for getAttributeType() are aa....aa and bb....bb, however, the current state is not from these states.
-
Current state is not among the states aa....aa , bb....bb valid for getAttributeValue()
The valid states for getAttributeValue() are aa....aa and bb....bb, however, the current state is not from these states.
-
parser must be on START_ELEMENT to read next text
The parser must be set to START_ELEMENT to read the following text:
-
unexpected end of document when reading element text content
Reached the end of the document while reading the contents of the element text.
-
getElementText() function expects text only element but START_ELEMENT was encountered.
The getElementText() function can process text-only elements, however, START_ELEMENT was detected.
-
Unexpected event type aa....aa
The event type aa....aa cannot be processed.
-
Illegal to call getName() when event type is aa....aa . Valid states are bb....bb, cc....cc
The process of calling getName() when the event type is aa....aa is invalid. The valid states are bb....bb and cc....cc.
-
Current state aa....aa is not among the states bb....bb, cc....cc, dd....dd valid for getNamespaceCount().
The valid states for getNamespaceCount() are bb....bb, cc....cc, and dd....dd. However, the current state aa....aa is not from these states.
-
Current state aa....aa is not among the states bb....bb, cc....cc, dd....dd valid for getNamespacePrefix().
The valid states for getNamespacePrefix() are bb....bb, cc....cc, and dd....dd. However, the current state aa....aa is not from these states.
-
Current state aa....aa is not among the states bb....bb, cc....cc, dd....dd valid for getNamespaceURI().
The valid states for getNamespaceURI() are bb....bb, cc....cc, and dd....dd. However, the current state aa....aa is not from these states.
-
Current state aa....aa is not among the states bb....bb, cc....cc, dd....dd, ee....ee, ff....ff, gg....gg valid for getText()
The valid states for getText() are bb....bb, cc....cc, dd....dd, ee....ee, ff....ff, and gg....gg. However, the current state aa....aa is not from these states.
-
Event type aa....aa specified did not match with current parser event bb....bb
The specified event type aa....aa does not match the current parser event bb....bb.
-
Namespace URI aa....aa specified did not match with current namespace URI
The specified namespace URI aa....aa does not match the current namespace URI.
-
LocalName aa....aa specified did not match with current local name
The specified local name aa....aa does not match the current local name.
-
target char array can't be null
The target character array cannot be null.
-
sourceStart is greater than number of characters associated with this event
sourceStart has exceeded the number of characters associated with this event.
-
Current state is not among the states aa....aa , bb....bb valid for isAttributeSpecified()
The valid states for isAttributeSpecfied() are aa....aa and bb....bb. However, the current state is not from these states.
-
expected start or end tag
The start or end tag is required.
-
getNamespaceURI(String prefix) is called with a null prefix.
getNamespaceURI(String prefix) is called with a null prefix.
-
The stream reader has reached the end of the document, or there are no more items to return
Either the stream reader has reached the end of the document or there are no more items to return.
-
Property not supported
The property is not supported.
-
Property aa....aa is not supported
The property aa....aa is not supported.
-
aa....aa type is not supported
The aa....aa type is not supported.
-
result of type aa....aa is not supported
The result type aa....aa is not supported.
-
Property aa....aa is not supported: XMLStreamWriters are not Thread safe
The property aa....aa is not supported. XMLStreamWriters are not thread-safe.
-
FWK008 Element stack underflow
Underflow of the FWK008 element stack has occurred.
-
Reader cannot be null
The Reader cannot be null.
-
Prefix can't be null
The prefix cannot be null.
-
URI can't be null or empty String
The URI cannot be null or an empty character string.
-
Illegal access to Namespace prefixes enumeration.
This is an invalid access to the namespace prefixes enumeration.
-
Cannot construct URI with null/empty scheme!
The URI cannot be configured with a null or an empty scheme.
-
Cannot construct URI with null/empty scheme-specific part!
The URI cannot be configured with a null or an empty scheme-specific part.
-
Scheme is required!
A scheme is required.
-
Userinfo may not be specified if host is not specified!
Userinfo cannot be specified unless the host is specified.
-
Port may not be specified if host is not specified!
The port cannot be specified unless the host is specified.
-
Query string cannot be specified in path and query string!
A Query string cannot be specified in a path and Query String.
-
Fragment cannot be specified in both the path and fragment!
A Fragment cannot be specified in both the path and Fragment.
-
Cannot initialize URI with empty parameters.
The URI cannot be initialized with empty parameters.
-
No scheme found in URI.
The URI does not contain a scheme.
-
aa....aa is invalid. Port should only contain digits!
aa....aa is invalid. Use only numerals to specify the port.
-
Cannot initialize path from null string!
A path cannot be initialized from a null string.
-
Path contains invalid escape sequence!
The path contains an invalid escape sequence.
-
Path contains invalid character: aa....aa
The path contains an invalid character aa....aa.
-
Query string contains invalid escape sequence!
The Query String contains an invalid escape sequence.
-
Query string contains invalid character:aa....aa
The Query String contains an invalid character aa....aa.
-
Fragment contains invalid escape sequence!
The Fragment contains an invalid escape sequence.
-
Fragment contains invalid character:aa....aa
The Fragment contains an invalid character aa....aa.
-
Cannot set scheme from null string!
A scheme cannot be set with a null string.
-
The scheme is not conformant.
The scheme does not conform to the specifications.
-
Userinfo cannot be set when host is null!
Userinfo cannot be set when the host is null.
-
Userinfo contains invalid escape sequence!
Userinfo contains an invalid escape sequence.
-
Userinfo contains invalid character:aa....aa
Userinfo contains an invalid character aa....aa.
-
Host is not a well formed address!
The format of the host address is incorrect.
-
Port cannot be set when host is null!
The port cannot be set when the host is null.
-
Invalid port number!
The port number is invalid.
-
Path contains invalid character!
The path contains invalid characters.
-
Query string can only be set for a generic URI!
The Query String can only be set in a general URI.
-
Query string cannot be set when path is null!
The Query String cannot be set when the path is null.
-
Query string contains invalid character!
The Query String contains invalid characters.
-
Fragment can only be set for a generic URI!
The Fragment can only be set in a general URI.
-
Fragment cannot be set when path is null!
The Fragment cannot be set when the path is null.
-
Fragment contains invalid character!
Fragment contains invalid characters.
-
Remove operation is not supported
The Delete operation is not supported.
-
Attempting to write invalid Unicode code point 'aa....aa'
An attempt is made to write an invalid Unicode code point 'aa....aa'.
-
Attempting to close a UTF8OutputStreamWriter while awaiting for a UTF-16 code unit
An attempt is made to close UTF8OutputStreamWriter while waiting for a UTF-16 code unit.
-
Prefix cannot be null
The prefix cannot be null.
-
Current DOM Node type is aa....aa and does not allow attributes to be set
The current DOM node type is aa....aa, and attributes cannot be set.
-
NamespaceURI cannot be null
NamespaceURI cannot be null.
-
Local name cannot be null
The local name cannot be null.
-
Namespace URI aa....aa is not bound to any prefix
The namespace URI aa....aa is not bound to a prefix.
-
CDATA cannot be null
CDATA cannot be null.
-
Target cannot be null
The target cannot be null.
-
Event reader shouldn't be null
The event reader cannot be null.
-
close() Must be called before calling reset()
close() must be called before calling reset().
-
Property 'aa....aa' is not supported
The property 'aa....aa' is not supported.
-
URI cannot be null
The URI cannot be null.
-
Attribute not associated with any element
The attribute is not associated with any element.
-
Prefix aa....aa is already bound to bb....bb. Trying to rebind it to cc....cc is an error.
The prefix aa....aa is already bound to bb....bb. An error will occur if an attempt is made to rebind it to cc....cc.
-
cdata cannot be null
cdata cannot be null.
-
Namespace Attribute not associated with any element
The namespace attribute is not associated with an element.
-
xmlns has been already bound to aa....aa. Rebinding it to bb....bb is an error
xmlns is already bound to aa....aa. An error will occur if an attempt is made to rebind it to bb....bb.
-
NamespaceURI aa....aa has not been bound to any prefix
The namespace URI aa....aa is not bound to any prefix.
-
No more elements to write
There are no more elements to code.
-
No element was found to write
No element to be code was found.
-
No element was found to write: aa....aa
No element was found to code aa....aa.
-
Invalid state: start tag is not opened at writeNamespace(aa....aa, bb....bb)
An invalid state has occurred. The start tag is not opened at writeNamespace (aa....aa, bb....bb).
-
prefix aa....aa has been already bound to bb....bb. Rebinding it to cc....cc is an error
The prefix aa....aa is already bound to bb....bb. An error will occur if an attempt is made to rebind it to cc....cc.
-
PI target cannot be null
The PI target cannot be null.
-
Underlying stream encoding 'aa....aa' and input parameter for writeStartDocument() method 'bb....bb' do not match.
The encoding 'aa....aa' of the base stream and the input parameter 'bb....bb' of the writeStartDocument() method do not match.
-
Stream closed
The stream is closed.
-
parsing a schema...
Parsing a schema...
-
Failed to parse a schema.
Failed in parsing the schema.
-
compiling a schema...
Compiling a schema...
-
Failed to produce code.
An attempt to generate the code has failed.
-
Writing aa....aa
Writing to file aa....aa is in progress.
-
Provider aa....aa not found
The provider aa....aa is not found.
-
Provider aa....aa could not be instantiated: bb....bb
The provider aa....aa could not be instantiated. bb....bb
-
Unable to locate jaxb.properties for package aa....aa
The jaxb.properties file of the package aa....aa is not found.
-
You may not mix JAXB Providers on the context path
Multiple JAXB providers cannot be mixed on the same context path.
-
jaxb.properties in package aa....aa does not contain the bb....bb property.
The property bb....bb is not coded in the jaxb.properties file of the package aa....aa.
-
No package name is given
A package name is not specified.
-
name: aa....aa value: bb....bb
Name: aa....aa Value: bb....bb.
-
The DatatypeConverterInterface parameter must not be null
Null cannot be specified for the DatatypeConverterInterface parameter.
-
ClassCastException: attempting to cast aa....aa to bb....bb. Please make sure that you are specifying the proper ClassLoader.
ClassCastException: An attempt is made to cast aa....aa to bb....bb. Confirm that the correct class loader is specified.
-
InputStream can not be null
Null cannot be specified for InputStream.
-
aa....aa must be boolean
Specify a boolean value in aa....aa.
-
aa....aa must be a String
Specify a String in aa....aa.
-
"DefaultValidationEventHandler: aa....aa bb....bb
Location: cc....cc"
"DefaultValidationEventHandler: aa....aa bb....bb
Location: cc....cc"
-
unavailable
Cannot be used.
-
Unrecognized event severity field "aa....aa"
The event severity field "aa....aa" cannot be recognized.
-
Illegal severity
The severity invalid.
-
aa....aa parameter must not be null
Null cannot be specified for the aa....aa parameter.
-
Unrecognized event severity field "aa....aa"
The event severity field "aa....aa" cannot be recognized.
-
JAXBContext can not be null
Null cannot be specified for JAXBContext.
-
Unmarshaller can not be null
Null cannot be specified for Unmarshaller.
-
Content object can not be null
Null cannot be specified for the contents object.
-
Marshaller can not be null
Null cannot be specified for Marshaller.
-
Not a number: aa....aa
aa....aa is not a numeric value.
-
Input is empty
The input value is blank.
-
String "aa....aa" is not valid boolean value.
String aa....aa is not a valid boolean value.
-
input is empty
The input value is blank.
-
prefix aa....aa is not bound to a namespace
The prefix aa....aa is not bound to the namespace.
-
hexBinary needs to be even-length: aa....aa
The length aa....aa of hexBinary type must be an even length.
-
contains illegal character for hexBinary: aa....aa
aa....aa contains an invalid character for the hexBinary type.
-
no XML is given
An XML is not specified.
-
I don't understand how to handle aa....aa
The method of processing aa....aa is not clear.
-
Provider aa....aa not found
The provider aa....aa is not found.
-
Provider aa....aa could not be instantiated: bb....bb
The provider aa....aa could not be instantiated. bb....bb
-
Provider for aa....aa cannot be found
The provider for aa....aa is not found.