Class Vertex.Exceptions
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.structure.Vertex.Exceptions
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IllegalStateException
edgeAdditionsNotSupported()
static IllegalStateException
multiplePropertiesExistForProvidedKey(String propertyKey)
static UnsupportedOperationException
userSuppliedIdsNotSupported()
static UnsupportedOperationException
userSuppliedIdsOfThisTypeNotSupported()
static IllegalStateException
vertexRemovalNotSupported()
-
-
-
Method Detail
-
userSuppliedIdsNotSupported
public static UnsupportedOperationException userSuppliedIdsNotSupported()
-
userSuppliedIdsOfThisTypeNotSupported
public static UnsupportedOperationException userSuppliedIdsOfThisTypeNotSupported()
-
vertexRemovalNotSupported
public static IllegalStateException vertexRemovalNotSupported()
-
edgeAdditionsNotSupported
public static IllegalStateException edgeAdditionsNotSupported()
-
multiplePropertiesExistForProvidedKey
public static IllegalStateException multiplePropertiesExistForProvidedKey(String propertyKey)
-
-