Uses of Class
org.sapia.archie.ProcessingException

Packages that use ProcessingException
org.sapia.archie   
org.sapia.archie.impl   
org.sapia.archie.strategy   
org.sapia.archie.sync   
 

Uses of ProcessingException in org.sapia.archie
 

Subclasses of ProcessingException in org.sapia.archie
 class DuplicateException
          Thrown when a duplication is detected (for example, when a node with a given name already exits for a new node that uses the same name).
 class NodeCreationException
          Thrown when a Node could not be created.
 

Methods in org.sapia.archie that throw ProcessingException
 void Archie.bind(Name n, java.lang.Object o)
          Binds the given object under the given name.
 Node Node.createChild(NamePart name)
          Creates the node corresponding to the given name and returns it.
 Node AbstractNode.createChild(NamePart name)
           
 java.lang.Object Archie.lookup(Name n)
          Looks up the object with the given name.
 Node Archie.lookupNode(Name n, boolean create)
          Looks up the Node with the given name.
 Node NodeFactory.newNode()
           
 Name NameParser.parse(java.lang.String name)
           
 NamePart NameParser.parseNamePart(java.lang.String namePart)
           
 void Archie.rebind(Name n, java.lang.Object o)
          Binds the given object under the given name; if an object already exists under the given name, it is overwritten.
 void Archie.unbind(Name n)
          Unbinds the value under the given name.
 

Constructors in org.sapia.archie that throw ProcessingException
AbstractNode(java.util.Map children, NodeFactory fac)
           
AbstractNode(NameParser parser, java.util.Map children, NodeFactory fac)
           
Archie()
           
 

Uses of ProcessingException in org.sapia.archie.impl
 

Methods in org.sapia.archie.impl that throw ProcessingException
 Node DefaultNodeFactory.newNode()
           
 Node AttributeNodeFactory.newNode()
           
 Name AttributeNameParser.parse(java.lang.String name)
           
 Name DefaultNameParser.parse(java.lang.String name)
           
 NamePart AttributeNameParser.parseNamePart(java.lang.String namePart)
           
 NamePart DefaultNameParser.parseNamePart(java.lang.String namePart)
           
 

Constructors in org.sapia.archie.impl that throw ProcessingException
AttributeNode(java.util.Map children, java.util.Map values, NodeFactory fac)
           
DefaultNode()
           
MultiValueNode(java.util.Map children, java.util.Map values, NodeFactory fac)
           
MultiValueNode(NameParser parser, java.util.Map children, java.util.Map values, NodeFactory fac)
           
SingleValueNode(java.util.Map children, java.util.Map values, NodeFactory fac)
           
SingleValueNode(NameParser parser, java.util.Map children, java.util.Map values, NodeFactory fac)
           
 

Uses of ProcessingException in org.sapia.archie.strategy
 

Methods in org.sapia.archie.strategy that throw ProcessingException
 java.lang.Object FindRootStrategy.lookup(Name n, Node from)
          Returns the root Node of the hierarchy of which the given "from" Node is part.
 java.lang.Object LookupStrategy.lookup(Name n, Node from)
          Performs the lookup operation from the given node.
 java.lang.Object DefaultLookupStrategy.lookup(Name n, Node from)
           
 java.lang.Object DefaultLookupNodeStrategy.lookup(Name n, Node from)
           
 

Uses of ProcessingException in org.sapia.archie.sync
 

Methods in org.sapia.archie.sync that throw ProcessingException
 Node SynchronizedNode.createChild(NamePart name)
           
 



Copyright © 2010 Sapia OSS. All Rights Reserved.