public static class Graph.Variables.Exceptions extends Object
| Modifier and Type | Method and Description | 
|---|---|
static UnsupportedOperationException | 
dataTypeOfVariableValueNotSupported(Object val)  | 
static UnsupportedOperationException | 
dataTypeOfVariableValueNotSupported(Object val,
                                   Exception rootCause)  | 
static IllegalArgumentException | 
variableKeyCanNotBeEmpty()  | 
static IllegalArgumentException | 
variableKeyCanNotBeNull()  | 
static IllegalArgumentException | 
variableValueCanNotBeNull()  | 
public static IllegalArgumentException variableKeyCanNotBeEmpty()
public static IllegalArgumentException variableKeyCanNotBeNull()
public static IllegalArgumentException variableValueCanNotBeNull()
public static UnsupportedOperationException dataTypeOfVariableValueNotSupported(Object val)
public static UnsupportedOperationException dataTypeOfVariableValueNotSupported(Object val, Exception rootCause)
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.