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 Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UnsupportedOperationExceptionidenticalMultiPropertiesNotSupported()static UnsupportedOperationExceptionmetaPropertiesNotSupported()static UnsupportedOperationExceptionmultiPropertiesNotSupported()static UnsupportedOperationExceptionuserSuppliedIdsNotSupported()static UnsupportedOperationExceptionuserSuppliedIdsOfThisTypeNotSupported() 
 - 
 
- 
- 
Method Detail
- 
userSuppliedIdsNotSupported
public static UnsupportedOperationException userSuppliedIdsNotSupported()
 
- 
userSuppliedIdsOfThisTypeNotSupported
public static UnsupportedOperationException userSuppliedIdsOfThisTypeNotSupported()
 
- 
multiPropertiesNotSupported
public static UnsupportedOperationException multiPropertiesNotSupported()
 
- 
identicalMultiPropertiesNotSupported
public static UnsupportedOperationException identicalMultiPropertiesNotSupported()
 
- 
metaPropertiesNotSupported
public static UnsupportedOperationException metaPropertiesNotSupported()
 
 - 
 
 -