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 IllegalStateExceptiontraversalIsLocked()static IllegalStateExceptiontraversalIsNotReversible() 
 - 
 
- 
- 
Method Detail
- 
traversalIsLocked
public static IllegalStateException traversalIsLocked()
 
- 
traversalIsNotReversible
public static IllegalStateException traversalIsNotReversible()
 
 - 
 
 -