Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.step.Scoping.KeyNotFoundException
-
Packages that use Scoping.KeyNotFoundException Package Description org.apache.tinkerpop.gremlin.process.traversal.step -
-
Uses of Scoping.KeyNotFoundException in org.apache.tinkerpop.gremlin.process.traversal.step
Methods in org.apache.tinkerpop.gremlin.process.traversal.step that throw Scoping.KeyNotFoundException Modifier and Type Method Description default <S> S
Scoping. getScopeValue(Pop pop, Object key, Traverser.Admin<?> traverser)
Finds the object with the specified key for the current traverser and throws an exception if the key cannot be found.
-