Class Graph.Exceptions
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.structure.Graph.Exceptions
 
- 
- 
Constructor SummaryConstructors Constructor Description Exceptions()
 - 
Method SummaryAll 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 UnsupportedOperationExceptiontransactionsNotSupported()static UnsupportedOperationExceptionvariablesNotSupported()static UnsupportedOperationExceptionvertexAdditionsNotSupported()static IllegalArgumentExceptionvertexWithIdAlreadyExists(Object id)
 
- 
- 
- 
Method Detail- 
variablesNotSupportedpublic static UnsupportedOperationException variablesNotSupported() 
 - 
transactionsNotSupportedpublic static UnsupportedOperationException transactionsNotSupported() 
 - 
graphComputerNotSupportedpublic static UnsupportedOperationException graphComputerNotSupported() 
 - 
graphDoesNotSupportProvidedGraphComputerpublic static IllegalArgumentException graphDoesNotSupportProvidedGraphComputer(Class graphComputerClass) 
 - 
vertexAdditionsNotSupportedpublic static UnsupportedOperationException vertexAdditionsNotSupported() 
 - 
vertexWithIdAlreadyExistspublic static IllegalArgumentException vertexWithIdAlreadyExists(Object id) 
 - 
edgeWithIdAlreadyExistspublic static IllegalArgumentException edgeWithIdAlreadyExists(Object id) 
 - 
argumentCanNotBeNullpublic static IllegalArgumentException argumentCanNotBeNull(String argument) 
 
- 
 
-