Class Traversal.Exceptions
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.process.traversal.Traversal.Exceptions
-
-
Constructor Summary
Constructors Constructor Description Exceptions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IllegalStateException
traversalIsLocked()
static IllegalStateException
traversalIsNotReversible()
-
-
-
Method Detail
-
traversalIsLocked
public static IllegalStateException traversalIsLocked()
-
traversalIsNotReversible
public static IllegalStateException traversalIsNotReversible()
-
-