Uses of Class
helix.graph.model.DuplicateValueException

Packages that use DuplicateValueException
helix.graph.model   
helix.graph.model.impl   
helix.graph.model.impl.memory   
 

Uses of DuplicateValueException in helix.graph.model
 

Methods in helix.graph.model that throw DuplicateValueException
 E GSet.findUnique(String registryKey, Object anyValue)
           
 E GSet.findUnique(String registryKey, RegistryValue registryValue)
           
 Vertex Graph.findVertex(String registryKey, Object anyValue)
           
 Vertex Graph.findVertex(String registryKey, RegistryValue registryValue)
           
 

Uses of DuplicateValueException in helix.graph.model.impl
 

Methods in helix.graph.model.impl that throw DuplicateValueException
 Vertex AbstractGraph.findVertex(String registryKey, Object anyValue)
           
 Vertex AbstractGraph.findVertex(String registryKey, RegistryValue registryValue)
           
 

Uses of DuplicateValueException in helix.graph.model.impl.memory
 

Methods in helix.graph.model.impl.memory that throw DuplicateValueException
 E MemGSet.findUnique(String registryKey, Object anyValue)
           
 E MemGSet.findUnique(String registryKey, RegistryValue registryValue)