Uses of Class
org.simpleframework.xml.core.PersistenceException
Packages that use PersistenceException
Package
Description
-
Uses of PersistenceException in org.simpleframework.xml.core
Subclasses of PersistenceException in org.simpleframework.xml.coreModifier and TypeClassDescriptionclassTheAttributeExceptionis used to represent conditions when an XML attribute is in an invalid state.classTheConstructorExceptionis used to represent any errors where an annotated constructor parameter is invalid.classTheElementExceptionis used to represent conditions when an XML element is in an invalid state.classTheInstantiationExceptionis thrown when an object cannot be instantiated either because it is an abstract class or an interface.classTheMethodExceptionis used to represent conditions where a Java Bean property has been annotated incorrectly.classThePathExceptionis thrown when there is a problem with the syntax of an XPath expression.classTheRootExceptionis thrown if theRootannotation is missing from a root object that is to be serialized or deserialized.classTheTextExceptionis used to represent conditions when an XML element text value is in an invalid state.classTheUnionExceptionis thrown when there is an error associated with unions.classTheValueRequiredExceptionis thrown when an attribute or element is missing from the XML document. -
Uses of PersistenceException in org.simpleframework.xml.strategy
Subclasses of PersistenceException in org.simpleframework.xml.strategyModifier and TypeClassDescriptionclassTheCycleExceptionis thrown when an invalid cycle is found when deserializing an object from an XML document. -
Uses of PersistenceException in org.simpleframework.xml.transform
Subclasses of PersistenceException in org.simpleframework.xml.transformModifier and TypeClassDescriptionclassTheInvalidFormatExceptionis thrown when there is a format exception.classTheTransformExceptionis thrown if a problem occurs during the transformation of an object.