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 IllegalArgumentException
couldNotIsolatedSubPath(String fromLabel, String toLabel)
static IllegalArgumentException
couldNotLocatePathFromLabel(String fromLabel)
static IllegalArgumentException
couldNotLocatePathToLabel(String toLabel)
static IllegalArgumentException
stepWithProvidedLabelDoesNotExist(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)
-
-