Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.step.Scoping.KeyNotFoundException
Packages that use Scoping.KeyNotFoundException
-
Uses of Scoping.KeyNotFoundException in org.apache.tinkerpop.gremlin.process.traversal.step
Methods in org.apache.tinkerpop.gremlin.process.traversal.step that throw Scoping.KeyNotFoundExceptionModifier and TypeMethodDescriptiondefault <S> SScoping.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.