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 UnsupportedOperationException
identicalMultiPropertiesNotSupported()
static UnsupportedOperationException
metaPropertiesNotSupported()
static UnsupportedOperationException
multiPropertiesNotSupported()
static UnsupportedOperationException
userSuppliedIdsNotSupported()
static UnsupportedOperationException
userSuppliedIdsOfThisTypeNotSupported()
-
-
-
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()
-
-