public static class Graph.Exceptions
extends java.lang.Object
| Constructor and Description |
|---|
Exceptions() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.IllegalArgumentException |
argumentCanNotBeNull(java.lang.String argument) |
static java.lang.IllegalArgumentException |
edgeWithIdAlreadyExists(java.lang.Object id) |
static java.util.NoSuchElementException |
elementNotFound(java.lang.Class<? extends Element> elementClass,
java.lang.Object id) |
static java.lang.UnsupportedOperationException |
graphComputerNotSupported() |
static java.lang.IllegalArgumentException |
graphDoesNotSupportProvidedGraphComputer(java.lang.Class graphComputerClass) |
static java.lang.IllegalArgumentException |
onlyOneOrNoGraphComputerClass() |
static java.lang.UnsupportedOperationException |
transactionsNotSupported() |
static java.lang.UnsupportedOperationException |
variablesNotSupported() |
static java.lang.UnsupportedOperationException |
vertexAdditionsNotSupported() |
static java.lang.IllegalArgumentException |
vertexWithIdAlreadyExists(java.lang.Object id) |
public static java.lang.UnsupportedOperationException variablesNotSupported()
public static java.lang.UnsupportedOperationException transactionsNotSupported()
public static java.lang.UnsupportedOperationException graphComputerNotSupported()
public static java.lang.IllegalArgumentException graphDoesNotSupportProvidedGraphComputer(java.lang.Class graphComputerClass)
public static java.lang.UnsupportedOperationException vertexAdditionsNotSupported()
public static java.lang.IllegalArgumentException vertexWithIdAlreadyExists(java.lang.Object id)
public static java.lang.IllegalArgumentException edgeWithIdAlreadyExists(java.lang.Object id)
public static java.lang.IllegalArgumentException argumentCanNotBeNull(java.lang.String argument)
public static java.util.NoSuchElementException elementNotFound(java.lang.Class<? extends Element> elementClass, java.lang.Object id)
public static java.lang.IllegalArgumentException onlyOneOrNoGraphComputerClass()
Copyright © 2013-2015 TinkerPop. All Rights Reserved.