Uses of Class
net.groboclown.util.datastruct.v1.PathAlreadyRegisteredException

Packages that use PathAlreadyRegisteredException
net.groboclown.util.datastruct.v1 Various unusual or very helpful data structures, written like the collections classes. 
net.groboclown.util.datastruct.v1.tests   
 

Uses of PathAlreadyRegisteredException in net.groboclown.util.datastruct.v1
 

Methods in net.groboclown.util.datastruct.v1 that throw PathAlreadyRegisteredException
 void PathRegistry.register(String path, Object value, boolean isRecursive, boolean isCaseSensitive)
          Register the given object at the given path.
protected  void PathRegistry.addChildNode(PathRegistry.TreeNode parent, PathRegistry.TreeNode child)
          Child must already be initialized correctly.
 

Uses of PathAlreadyRegisteredException in net.groboclown.util.datastruct.v1.tests
 

Methods in net.groboclown.util.datastruct.v1.tests that throw PathAlreadyRegisteredException
 void TestPathRegistry.testAddCaseSensitiveNotRecursive()
           
 void TestPathRegistry.testAddTwiceException()
           
 void TestPathRegistry.testAddCaseInsensitiveNotRecursive()
           
 void TestPathRegistry.testAddTwiceExceptionCaseInsensitive()
           
 void TestPathRegistry.testAddCaseSensitiveRecursive()
           
 void TestPathRegistry.testAddTwiceExceptionRecursive()
           
 void TestPathRegistry.testRemoveCaseSensitiveNotResursive()
           
 



Written under the LGPL