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 UnsupportedOperationExceptiondataTypeOfVariableValueNotSupported(Object val)static UnsupportedOperationExceptiondataTypeOfVariableValueNotSupported(Object val, Exception rootCause)static IllegalArgumentExceptionvariableKeyCanNotBeEmpty()static IllegalArgumentExceptionvariableKeyCanNotBeNull()static IllegalArgumentExceptionvariableValueCanNotBeNull() 
 - 
 
- 
- 
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)
 
 - 
 
 -