Class Edge.Exceptions
- java.lang.Object
 - 
- org.apache.tinkerpop.gremlin.structure.Element.Exceptions
 - 
- org.apache.tinkerpop.gremlin.structure.Edge.Exceptions
 
 
 
- 
- Enclosing interface:
 - Edge
 
public static class Edge.Exceptions extends Element.Exceptions
Common exceptions to use with an edge. 
- 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IllegalStateExceptionedgeRemovalNotSupported()static UnsupportedOperationExceptionuserSuppliedIdsNotSupported()static UnsupportedOperationExceptionuserSuppliedIdsOfThisTypeNotSupported()- 
Methods inherited from class org.apache.tinkerpop.gremlin.structure.Element.Exceptions
labelCanNotBeAHiddenKey, labelCanNotBeEmpty, labelCanNotBeNull, propertyAdditionNotSupported, providedKeyValuesMustBeAMultipleOfTwo, providedKeyValuesMustHaveALegalKeyOnEvenIndices 
 - 
 
 - 
 
- 
- 
Method Detail
- 
userSuppliedIdsNotSupported
public static UnsupportedOperationException userSuppliedIdsNotSupported()
 
- 
userSuppliedIdsOfThisTypeNotSupported
public static UnsupportedOperationException userSuppliedIdsOfThisTypeNotSupported()
 
- 
edgeRemovalNotSupported
public static IllegalStateException edgeRemovalNotSupported()
 
 - 
 
 -