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 SummaryAll 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- 
variableKeyCanNotBeEmptypublic static IllegalArgumentException variableKeyCanNotBeEmpty() 
 - 
variableKeyCanNotBeNullpublic static IllegalArgumentException variableKeyCanNotBeNull() 
 - 
variableValueCanNotBeNullpublic static IllegalArgumentException variableValueCanNotBeNull() 
 - 
dataTypeOfVariableValueNotSupportedpublic static UnsupportedOperationException dataTypeOfVariableValueNotSupported(Object val) 
 - 
dataTypeOfVariableValueNotSupportedpublic static UnsupportedOperationException dataTypeOfVariableValueNotSupported(Object val, Exception rootCause) 
 
- 
 
-