public static class Graph.Variables.Exceptions
extends java.lang.Object
| Constructor and Description |
|---|
Exceptions() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.UnsupportedOperationException |
dataTypeOfVariableValueNotSupported(java.lang.Object val) |
static java.lang.IllegalArgumentException |
variableKeyCanNotBeEmpty() |
static java.lang.IllegalArgumentException |
variableKeyCanNotBeNull() |
static java.lang.IllegalArgumentException |
variableValueCanNotBeNull() |
public static java.lang.IllegalArgumentException variableKeyCanNotBeEmpty()
public static java.lang.IllegalArgumentException variableKeyCanNotBeNull()
public static java.lang.IllegalArgumentException variableValueCanNotBeNull()
public static java.lang.UnsupportedOperationException dataTypeOfVariableValueNotSupported(java.lang.Object val)
Copyright © 2013-2015 TinkerPop. All Rights Reserved.