Class Graph.Exceptions
java.lang.Object
org.apache.tinkerpop.gremlin.structure.Graph.Exceptions
- Enclosing interface:
- Graph
Common exceptions to use with a graph.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IllegalArgumentExceptionargumentCanNotBeNull(String argument) static IllegalArgumentExceptionstatic IllegalArgumentExceptiongraphDoesNotSupportProvidedGraphComputer(Class graphComputerClass) static IllegalArgumentException
-
Constructor Details
-
Exceptions
public Exceptions()
-
-
Method Details
-
variablesNotSupported
-
transactionsNotSupported
-
graphComputerNotSupported
-
graphDoesNotSupportProvidedGraphComputer
public static IllegalArgumentException graphDoesNotSupportProvidedGraphComputer(Class graphComputerClass) -
vertexAdditionsNotSupported
-
vertexWithIdAlreadyExists
-
edgeWithIdAlreadyExists
-
argumentCanNotBeNull
-