Class Traversal.Exceptions
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.process.traversal.Traversal.Exceptions
 
- 
- 
Constructor SummaryConstructors Constructor Description Exceptions()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static IllegalStateExceptiontraversalIsLocked()static IllegalStateExceptiontraversalIsNotReversible()
 
- 
- 
- 
Method Detail- 
traversalIsLockedpublic static IllegalStateException traversalIsLocked() 
 - 
traversalIsNotReversiblepublic static IllegalStateException traversalIsNotReversible() 
 
- 
 
-