Class Path.Exceptions
- java.lang.Object
 - 
- org.apache.tinkerpop.gremlin.process.traversal.Path.Exceptions
 
 
- 
- 
Constructor Summary
Constructors Constructor Description Exceptions() 
- 
Method Summary
All 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
- 
stepWithProvidedLabelDoesNotExist
public static IllegalArgumentException stepWithProvidedLabelDoesNotExist(String label)
 
- 
couldNotLocatePathFromLabel
public static IllegalArgumentException couldNotLocatePathFromLabel(String fromLabel)
 
- 
couldNotLocatePathToLabel
public static IllegalArgumentException couldNotLocatePathToLabel(String toLabel)
 
- 
couldNotIsolatedSubPath
public static IllegalArgumentException couldNotIsolatedSubPath(String fromLabel, String toLabel)
 
 - 
 
 -