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 IllegalStateExceptionedgeAdditionsNotSupported()static IllegalStateExceptionmultiplePropertiesExistForProvidedKey(String propertyKey)static UnsupportedOperationExceptionuserSuppliedIdsNotSupported()static UnsupportedOperationExceptionuserSuppliedIdsOfThisTypeNotSupported()static IllegalStateExceptionvertexRemovalNotSupported() 
 - 
 
- 
- 
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)
 
 - 
 
 -