Class Path.Exceptions
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.process.traversal.Path.Exceptions
 
- 
- 
Constructor SummaryConstructors Constructor Description Exceptions()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static IllegalArgumentExceptioncouldNotIsolatedSubPath(String fromLabel, String toLabel)static IllegalArgumentExceptioncouldNotLocatePathFromLabel(String fromLabel)static IllegalArgumentExceptioncouldNotLocatePathToLabel(String toLabel)static IllegalArgumentExceptionstepWithProvidedLabelDoesNotExist(String label)
 
- 
- 
- 
Method Detail- 
stepWithProvidedLabelDoesNotExistpublic static IllegalArgumentException stepWithProvidedLabelDoesNotExist(String label) 
 - 
couldNotLocatePathFromLabelpublic static IllegalArgumentException couldNotLocatePathFromLabel(String fromLabel) 
 - 
couldNotLocatePathToLabelpublic static IllegalArgumentException couldNotLocatePathToLabel(String toLabel) 
 - 
couldNotIsolatedSubPathpublic static IllegalArgumentException couldNotIsolatedSubPath(String fromLabel, String toLabel) 
 
- 
 
-