| Name | Description | Type | Package | Framework |
| AttributeException | The AttributeException is used to represent conditions when an XML attribute is in an invalid state. | Class | org.simpleframework.xml.core | Simple |
|
| Commit | The Commit annotation is used to mark a method within a serializable object that requires a callback from the persister | Class | org.simpleframework.xml.core | Simple |
|
| Complete | The Complete annotation is used to mark a method that requires a callback from the persister once the serialization of | Class | org.simpleframework.xml.core | Simple |
|
| ConstructorException | The ConstructorException is used to represent any errors where an annotated constructor parameter is invalid. | Class | org.simpleframework.xml.core | Simple |
|
| ElementException | The ElementException is used to represent conditions when an XML element is in an invalid state. | Class | org.simpleframework.xml.core | Simple |
|
| InstantiationException | The InstantiationException is thrown when an object cannot be instantiated either because it is an abstract class or an | Class | org.simpleframework.xml.core | Simple |
|
| MethodException | The MethodException is used to represent conditions where a Java Bean property has been annotated incorrectly. | Class | org.simpleframework.xml.core | Simple |
|
| PathException | The PathException is thrown when there is a problem with the syntax of an XPath expression. | Class | org.simpleframework.xml.core | Simple |
|
| Persist | The Persist annotation is used to mark a method that requires a callback from the persister before serialization of | Class | org.simpleframework.xml.core | Simple |
|
| PersistenceException | The PersistenceException is thrown when there is a persistance exception. | Class | org.simpleframework.xml.core | Simple |
|
| Persister | The Persister object is used to provide an implementation of a serializer. | Class | org.simpleframework.xml.core | Simple |
|
| Replace | The Replace method is used to replace an object that is about to be serialized to an XML document. | Class | org.simpleframework.xml.core | Simple |
|
| Resolve | The Resolve method is used to resolve an object that has been deserialized from the XML document. | Class | org.simpleframework.xml.core | Simple |
|
| RootException | The RootException is thrown if the Root annotation is missing from a root object that is to be serialized | Class | org.simpleframework.xml.core | Simple |
|
| TextException | The TextException is used to represent conditions when an XML element text value is in an invalid state. | Class | org.simpleframework.xml.core | Simple |
|
| UnionException | The UnionException is thrown when there is an error associated with unions. | Class | org.simpleframework.xml.core | Simple |
|
| Validate | The Validate annotation is used to mark a method in a serializable object that requires a callback from the persister | Class | org.simpleframework.xml.core | Simple |
|
| ValueRequiredException | The ValueRequiredException is thrown when an attribute or element is missing from the XML document. | Class | org.simpleframework.xml.core | Simple |