Class Attachable.Exceptions
java.lang.Object
org.apache.tinkerpop.gremlin.structure.util.Attachable.Exceptions
- Enclosing interface:
- Attachable<V>
-
Method Summary
Modifier and TypeMethodDescriptionstatic IllegalStateExceptioncanNotGetAttachableFromHostGraph(Attachable<?> attachable, Graph hostGraph) static IllegalStateExceptioncanNotGetAttachableFromHostVertex(Attachable<?> attachable, Vertex hostVertex) static IllegalArgumentExceptionprovidedAttachableMustContainAGraphObject(Attachable<?> attachable)
-
Method Details
-
canNotGetAttachableFromHostVertex
public static IllegalStateException canNotGetAttachableFromHostVertex(Attachable<?> attachable, Vertex hostVertex) -
canNotGetAttachableFromHostGraph
public static IllegalStateException canNotGetAttachableFromHostGraph(Attachable<?> attachable, Graph hostGraph) -
providedAttachableMustContainAGraphObject
public static IllegalArgumentException providedAttachableMustContainAGraphObject(Attachable<?> attachable)
-