Class Graph.Variables.Exceptions
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.structure.Graph.Variables.Exceptions
-
- Enclosing interface:
- Graph.Variables
public static class Graph.Variables.Exceptions extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UnsupportedOperationException
dataTypeOfVariableValueNotSupported(Object val)
static UnsupportedOperationException
dataTypeOfVariableValueNotSupported(Object val, Exception rootCause)
static IllegalArgumentException
variableKeyCanNotBeEmpty()
static IllegalArgumentException
variableKeyCanNotBeNull()
static IllegalArgumentException
variableValueCanNotBeNull()
-
-
-
Method Detail
-
variableKeyCanNotBeEmpty
public static IllegalArgumentException variableKeyCanNotBeEmpty()
-
variableKeyCanNotBeNull
public static IllegalArgumentException variableKeyCanNotBeNull()
-
variableValueCanNotBeNull
public static IllegalArgumentException variableValueCanNotBeNull()
-
dataTypeOfVariableValueNotSupported
public static UnsupportedOperationException dataTypeOfVariableValueNotSupported(Object val)
-
dataTypeOfVariableValueNotSupported
public static UnsupportedOperationException dataTypeOfVariableValueNotSupported(Object val, Exception rootCause)
-
-