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 IllegalStateExceptioncanNotGetAttachableFromHostGraph(Attachable<?> attachable, Graph hostGraph)static IllegalStateExceptioncanNotGetAttachableFromHostVertex(Attachable<?> attachable, Vertex hostVertex)static IllegalArgumentExceptionprovidedAttachableMustContainAGraphObject(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)
 
 - 
 
 -