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 SummaryAll 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- 
canNotGetAttachableFromHostVertexpublic static IllegalStateException canNotGetAttachableFromHostVertex(Attachable<?> attachable, Vertex hostVertex) 
 - 
canNotGetAttachableFromHostGraphpublic static IllegalStateException canNotGetAttachableFromHostGraph(Attachable<?> attachable, Graph hostGraph) 
 - 
providedAttachableMustContainAGraphObjectpublic static IllegalArgumentException providedAttachableMustContainAGraphObject(Attachable<?> attachable) 
 
- 
 
-