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 SummaryAll 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.ExceptionslabelCanNotBeAHiddenKey, labelCanNotBeEmpty, labelCanNotBeNull, propertyAdditionNotSupported, providedKeyValuesMustBeAMultipleOfTwo, providedKeyValuesMustHaveALegalKeyOnEvenIndices
 
- 
 
- 
- 
- 
Method Detail- 
userSuppliedIdsNotSupportedpublic static UnsupportedOperationException userSuppliedIdsNotSupported() 
 - 
userSuppliedIdsOfThisTypeNotSupportedpublic static UnsupportedOperationException userSuppliedIdsOfThisTypeNotSupported() 
 - 
edgeRemovalNotSupportedpublic static IllegalStateException edgeRemovalNotSupported() 
 
- 
 
-