public static class Vertex.Exceptions
extends java.lang.Object
| Constructor and Description |
|---|
Exceptions() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.IllegalStateException |
edgeAdditionsNotSupported() |
static java.lang.IllegalStateException |
multiplePropertiesExistForProvidedKey(java.lang.String propertyKey) |
static java.lang.UnsupportedOperationException |
userSuppliedIdsNotSupported() |
static java.lang.UnsupportedOperationException |
userSuppliedIdsOfThisTypeNotSupported() |
static java.lang.IllegalStateException |
vertexRemovalNotSupported() |
public static java.lang.UnsupportedOperationException userSuppliedIdsNotSupported()
public static java.lang.UnsupportedOperationException userSuppliedIdsOfThisTypeNotSupported()
public static java.lang.IllegalStateException vertexRemovalNotSupported()
public static java.lang.IllegalStateException edgeAdditionsNotSupported()
public static java.lang.IllegalStateException multiplePropertiesExistForProvidedKey(java.lang.String propertyKey)
Copyright © 2013-2015 TinkerPop. All Rights Reserved.