Class Attachable.Exceptions
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.structure.util.Attachable.Exceptions
-
- Enclosing interface:
- Attachable<V>
public static class Attachable.Exceptions extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IllegalStateException
canNotGetAttachableFromHostGraph(Attachable<?> attachable, Graph hostGraph)
static IllegalStateException
canNotGetAttachableFromHostVertex(Attachable<?> attachable, Vertex hostVertex)
static IllegalArgumentException
providedAttachableMustContainAGraphObject(Attachable<?> attachable)
-
-
-
Method Detail
-
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)
-
-