Class Graph.Exceptions
- java.lang.Object
 - 
- org.apache.tinkerpop.gremlin.structure.Graph.Exceptions
 
 
- 
- 
Constructor Summary
Constructors Constructor Description Exceptions() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IllegalArgumentExceptionargumentCanNotBeNull(String argument)static IllegalArgumentExceptionedgeWithIdAlreadyExists(Object id)static UnsupportedOperationExceptiongraphComputerNotSupported()static IllegalArgumentExceptiongraphDoesNotSupportProvidedGraphComputer(Class graphComputerClass)static IllegalArgumentExceptionidArgsMustBeEitherIdOrElement()static UnsupportedOperationExceptiontransactionsNotSupported()static UnsupportedOperationExceptionvariablesNotSupported()static UnsupportedOperationExceptionvertexAdditionsNotSupported()static IllegalArgumentExceptionvertexWithIdAlreadyExists(Object id) 
 - 
 
- 
- 
Method Detail
- 
variablesNotSupported
public static UnsupportedOperationException variablesNotSupported()
 
- 
transactionsNotSupported
public static UnsupportedOperationException transactionsNotSupported()
 
- 
graphComputerNotSupported
public static UnsupportedOperationException graphComputerNotSupported()
 
- 
graphDoesNotSupportProvidedGraphComputer
public static IllegalArgumentException graphDoesNotSupportProvidedGraphComputer(Class graphComputerClass)
 
- 
vertexAdditionsNotSupported
public static UnsupportedOperationException vertexAdditionsNotSupported()
 
- 
vertexWithIdAlreadyExists
public static IllegalArgumentException vertexWithIdAlreadyExists(Object id)
 
- 
edgeWithIdAlreadyExists
public static IllegalArgumentException edgeWithIdAlreadyExists(Object id)
 
- 
idArgsMustBeEitherIdOrElement
public static IllegalArgumentException idArgsMustBeEitherIdOrElement()
 
- 
argumentCanNotBeNull
public static IllegalArgumentException argumentCanNotBeNull(String argument)
 
 - 
 
 -