Class Vertex.Exceptions
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.structure.Vertex.Exceptions
 
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static IllegalStateExceptionedgeAdditionsNotSupported()static IllegalStateExceptionmultiplePropertiesExistForProvidedKey(String propertyKey)static UnsupportedOperationExceptionuserSuppliedIdsNotSupported()static UnsupportedOperationExceptionuserSuppliedIdsOfThisTypeNotSupported()static IllegalStateExceptionvertexRemovalNotSupported()
 
- 
- 
- 
Method Detail- 
userSuppliedIdsNotSupportedpublic static UnsupportedOperationException userSuppliedIdsNotSupported() 
 - 
userSuppliedIdsOfThisTypeNotSupportedpublic static UnsupportedOperationException userSuppliedIdsOfThisTypeNotSupported() 
 - 
vertexRemovalNotSupportedpublic static IllegalStateException vertexRemovalNotSupported() 
 - 
edgeAdditionsNotSupportedpublic static IllegalStateException edgeAdditionsNotSupported() 
 - 
multiplePropertiesExistForProvidedKeypublic static IllegalStateException multiplePropertiesExistForProvidedKey(String propertyKey) 
 
- 
 
-