Uses of Class
org.sapia.archie.NotFoundException

Packages that use NotFoundException
org.sapia.archie   
org.sapia.archie.strategy   
 

Uses of NotFoundException in org.sapia.archie
 

Methods in org.sapia.archie that throw NotFoundException
 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.
 

Uses of NotFoundException in org.sapia.archie.strategy
 

Methods in org.sapia.archie.strategy that throw NotFoundException
 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)
           
 



Copyright © 2010 Sapia OSS. All Rights Reserved.