| Constructor and Description |
|---|
Exceptions() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.IllegalArgumentException |
dataTypeOfPropertyValueNotSupported(java.lang.Object val) |
static java.lang.IllegalStateException |
propertyDoesNotExist() |
static java.lang.IllegalStateException |
propertyDoesNotExist(java.lang.String key) |
static java.lang.IllegalArgumentException |
propertyKeyCanNotBeAHiddenKey(java.lang.String key) |
static java.lang.IllegalArgumentException |
propertyKeyCanNotBeEmpty() |
static java.lang.IllegalArgumentException |
propertyKeyCanNotBeNull() |
static java.lang.IllegalArgumentException |
propertyValueCanNotBeNull() |
public static java.lang.IllegalArgumentException propertyKeyCanNotBeEmpty()
public static java.lang.IllegalArgumentException propertyKeyCanNotBeNull()
public static java.lang.IllegalArgumentException propertyValueCanNotBeNull()
public static java.lang.IllegalArgumentException propertyKeyCanNotBeAHiddenKey(java.lang.String key)
public static java.lang.IllegalStateException propertyDoesNotExist()
public static java.lang.IllegalStateException propertyDoesNotExist(java.lang.String key)
public static java.lang.IllegalArgumentException dataTypeOfPropertyValueNotSupported(java.lang.Object val)
Copyright © 2013-2015 TinkerPop. All Rights Reserved.