Class VertexProperty.Exceptions
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.structure.VertexProperty.Exceptions
 
- 
- Enclosing interface:
- VertexProperty<V>
 
 public static class VertexProperty.Exceptions extends Object Common exceptions to use with a property.
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static UnsupportedOperationExceptionidenticalMultiPropertiesNotSupported()static UnsupportedOperationExceptionmetaPropertiesNotSupported()static UnsupportedOperationExceptionmultiPropertiesNotSupported()static UnsupportedOperationExceptionuserSuppliedIdsNotSupported()static UnsupportedOperationExceptionuserSuppliedIdsOfThisTypeNotSupported()
 
- 
- 
- 
Method Detail- 
userSuppliedIdsNotSupportedpublic static UnsupportedOperationException userSuppliedIdsNotSupported() 
 - 
userSuppliedIdsOfThisTypeNotSupportedpublic static UnsupportedOperationException userSuppliedIdsOfThisTypeNotSupported() 
 - 
multiPropertiesNotSupportedpublic static UnsupportedOperationException multiPropertiesNotSupported() 
 - 
identicalMultiPropertiesNotSupportedpublic static UnsupportedOperationException identicalMultiPropertiesNotSupported() 
 - 
metaPropertiesNotSupportedpublic static UnsupportedOperationException metaPropertiesNotSupported() 
 
- 
 
-