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 TypeClassDescriptionclass
TheAttributeException
is used to represent conditions when an XML attribute is in an invalid state.class
TheConstructorException
is used to represent any errors where an annotated constructor parameter is invalid.class
TheElementException
is used to represent conditions when an XML element is in an invalid state.class
TheInstantiationException
is thrown when an object cannot be instantiated either because it is an abstract class or an interface.class
TheMethodException
is used to represent conditions where a Java Bean property has been annotated incorrectly.class
ThePathException
is thrown when there is a problem with the syntax of an XPath expression.class
TheRootException
is thrown if theRoot
annotation is missing from a root object that is to be serialized or deserialized.class
TheTextException
is used to represent conditions when an XML element text value is in an invalid state.class
TheUnionException
is thrown when there is an error associated with unions.class
TheValueRequiredException
is 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 TypeClassDescriptionclass
TheCycleException
is 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 TypeClassDescriptionclass
TheInvalidFormatException
is thrown when there is a format exception.class
TheTransformException
is thrown if a problem occurs during the transformation of an object.