All Downloads are FREE. Search and download functionalities are using the official Maven repository.

castor.castor-xml.1.3.3.source-code.UnmarshalHandlerMessages.properties Maven / Gradle / Ivy

Go to download

The core XML data binding framework with support for marshalling Java objects to and unmarshalling from XML documents.

There is a newer version: 1.4.1
Show newest version
unmarshalHandler.log.trace.characters=#characters: {0}
unmarshalHandler.log.trace.endElement=#endElement: {0}
unmarshalHandler.log.trace.startElement=#startElement: {0}
unmarshalHandler.log.info.no.Descriptor.found=Ignoring {0} no descriptor was found
unmarshalHandler.log.warn.class.descriptor.not.set=XMLClassDescriptorResolver is not set!
unmarshalHandler.log.warn.process.attribute.as.location=The current object for element ''{0}'' is null. Processing attributes as location wrapper only and ignoring all other attribtes.
unmarshalHandler.log.debug.ignore.extra.element={0} - ignoring extra element.
unmarshalHandler.log.debug.ignore.extra.attribute=ignoring attribute ''{0}'' for class: {1}
unmarshalHandler.log.debug.process.incrementally=debug: Processing incrementally for element: {0}


unmarshalHandler.error.missing.startElement=Missing start element: {0}
unmarshalHandler.error.different.endElement.expected=Error in xml, expecting , but received  instead.

unmarshalHandler.error.illegal.text=Illegal Text data found as child of: {0}\n  value: ''{1}''
unmarshalHandler.error.element.occurs.more.than.once=Element ''{0}'' occurs more than once. (parent class: {1}\n location: /{2}
unmarshalHandler.error.localName.and.qName.null=Missing either 'qName' or 'localName', both cannot be null or emtpy.
unmarshalHandler.error.class.not.found=Class not found: {0}
unmarshalHandler.error.class.root.not.found=The class for the root element ''{0}'' could not be found.
unmarshalHandler.error.create.class.descriptor=Unable to create XMLClassDescriptor for class: {0}
unmarshalHandler.error.not.subclass={0} is not a subclass of {1}.

unmarshalHandler.error.container.full=The container object ({0}) cannot accept the child object associated with the element ''{1}'' because the container is already full!
unmarshalHandler.error.find.field.descriptor=Unable to find FieldDescriptor for ''{0}'' in ClassDescriptor of {1}.
unmarshalHandler.error.constructor.arguments=Constructor arguments can only be used with an ExtendedFieldHandler.

unmarshalHandler.error.unable.instantiate=Unable to instantiate {0};
unmarshalHandler.error.unable.instantiate.exception=Unable to instantiate {0}; {1}
unmarshalHandler.error.unable.add.element=Unable to add ''{0}'' to <{1}> due to the following exception: {2}
unmarshalHandler.error.unable.add.text=Unable to add text content to <{0}>  due to the following exception: {1}
unmarshalHandler.error.unable.add.attribute=Unable to add attribute ''{0}'' to <{1}> due to the following exception: {2}
unmarshalHandler.error.unable.unmarshal=Unable to unmarshal: {0}\n - Unable to instantiate: {1}

unmarshalHandler.error.strict.attribute.error=The attribute ''{0}'' appears illegally on element <{1}>.

unmarshalHandler.error.attribute.missing=The attribute ''{0}'' is missing, required attribute: ''{1}''.
unmarshalHandler.error.attribute.missing.location=The attribute ''{0}'' is missing, required attribute: ''{1}'' \n line: {2} \n column: {3}.

unmarshalHandler.error.index.out.of.bound=Argument index out of bounds: {0}.
unmarshalHandler.error.resolving.idRef=Attempting to resolve an IDREF: {0} resulted in the following error: {1}.
unmarshalHandler.error.unmarshal.field=The following error occured while trying to unmarshal field {0}.
unmarshalHandler.error.unmarshal.field.of.class=The following error occured while trying to unmarshal field {0} of class {1}.

unmarshalHandler.error.componentType.null=The argument 'componentType' may not be null.
unmarshalHandler.error.duplicated.id=Duplicate ID {0} encountered.

unmarshalHandler.error.sax.exception=Parsing Error : {0}\nLine : {1}\nColumn : {2}\n





© 2015 - 2025 Weber Informatics LLC | Privacy Policy