public static class GraphComputer.Exceptions
extends java.lang.Object
| Constructor and Description |
|---|
Exceptions() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.IllegalStateException |
adjacentElementPropertiesCanNotBeRead() |
static java.lang.IllegalStateException |
adjacentElementPropertiesCanNotBeWritten() |
static java.lang.IllegalStateException |
adjacentVerticesCanNotBeQueried() |
static java.lang.IllegalStateException |
computerHasAlreadyBeenSubmittedAVertexProgram() |
static java.lang.IllegalStateException |
computerHasNoVertexProgramNorMapReducers() |
static java.lang.IllegalArgumentException |
isolationNotSupported(GraphComputer.Isolation isolation) |
static java.lang.IllegalArgumentException |
providedKeyIsNotAMemoryComputeKey(java.lang.String key) |
static java.lang.IllegalArgumentException |
providedKeyIsNotAnElementComputeKey(java.lang.String key) |
public static java.lang.IllegalStateException adjacentElementPropertiesCanNotBeRead()
public static java.lang.IllegalStateException adjacentElementPropertiesCanNotBeWritten()
public static java.lang.IllegalArgumentException providedKeyIsNotAnElementComputeKey(java.lang.String key)
public static java.lang.IllegalArgumentException providedKeyIsNotAMemoryComputeKey(java.lang.String key)
public static java.lang.IllegalStateException adjacentVerticesCanNotBeQueried()
public static java.lang.IllegalArgumentException isolationNotSupported(GraphComputer.Isolation isolation)
public static java.lang.IllegalStateException computerHasAlreadyBeenSubmittedAVertexProgram()
public static java.lang.IllegalStateException computerHasNoVertexProgramNorMapReducers()
Copyright © 2013-2015 TinkerPop. All Rights Reserved.