Uses of Class
org.simpleframework.xml.core.PersistenceException

Packages that use PersistenceException
org.simpleframework.xml.core   
org.simpleframework.xml.strategy   
org.simpleframework.xml.transform   
 

Uses of PersistenceException in org.simpleframework.xml.core
 

Subclasses of PersistenceException in org.simpleframework.xml.core
 class AttributeException
          The AttributeException is used to represent conditions when an XML attribute is in an invalid state.
 class ConstructorException
          The ConstructorException is used to represent any errors where an annotated constructor parameter is invalid.
 class ElementException
          The ElementException is used to represent conditions when an XML element is in an invalid state.
 class InstantiationException
          The InstantiationException is thrown when an object cannot be instantiated either because it is an abstract class or an interface.
 class MethodException
          The MethodException is used to represent conditions where a Java Bean property has been annotated incorrectly.
 class PathException
          The PathException is thrown when there is a problem with the syntax of an XPath expression.
 class RootException
          The RootException is thrown if the Root annotation is missing from a root object that is to be serialized or deserialized.
 class TextException
          The TextException is used to represent conditions when an XML element text value is in an invalid state.
 class UnionException
          The UnionException is thrown when there is an error associated with unions.
 class ValueRequiredException
          The ValueRequiredException 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.strategy
 class CycleException
          The CycleException 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.transform
 class InvalidFormatException
          The InvalidFormatException is thrown when there is a format exception.
 class TransformException
          The TransformException is thrown if a problem occurs during the transformation of an object.
 



Copyright © 2013. All Rights Reserved.