Package org.simpleframework.xml.core
package org.simpleframework.xml.core
-
ClassDescriptionThe
AttributeExceptionis used to represent conditions when an XML attribute is in an invalid state.TheCommitannotation is used to mark a method within a serializable object that requires a callback from the persister once the deserialization completes.TheCompleteannotation is used to mark a method that requires a callback from the persister once the serialization of the object has completed.TheConstructorExceptionis used to represent any errors where an annotated constructor parameter is invalid.TheElementExceptionis used to represent conditions when an XML element is in an invalid state.TheInstantiationExceptionis thrown when an object cannot be instantiated either because it is an abstract class or an interface.TheMethodExceptionis used to represent conditions where a Java Bean property has been annotated incorrectly.ThePathExceptionis thrown when there is a problem with the syntax of an XPath expression.ThePersistannotation is used to mark a method that requires a callback from the persister before serialization of an object begins.ThePersistenceExceptionis thrown when there is a persistance exception.ThePersisterobject is used to provide an implementation of a serializer.TheReplacemethod is used to replace an object that is about to be serialized to an XML document.TheResolvemethod is used to resolve an object that has been deserialized from the XML document.TheRootExceptionis thrown if theRootannotation is missing from a root object that is to be serialized or deserialized.TheTextExceptionis used to represent conditions when an XML element text value is in an invalid state.TheUnionExceptionis thrown when there is an error associated with unions.TheValidateannotation is used to mark a method in a serializable object that requires a callback from the persister once the deserialization completes.TheValueRequiredExceptionis thrown when an attribute or element is missing from the XML document.