Class Memory.Exceptions
- java.lang.Object
 - 
- org.apache.tinkerpop.gremlin.process.computer.Memory.Exceptions
 
 
- 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IllegalArgumentExceptionmemoryAddOnlyDuringVertexProgramExecute(String key)static IllegalArgumentExceptionmemoryDoesNotExist(String key)static IllegalStateExceptionmemoryIsCurrentlyImmutable()static IllegalArgumentExceptionmemoryKeyCanNotBeEmpty()static IllegalArgumentExceptionmemoryKeyCanNotBeNull()static IllegalArgumentExceptionmemorySetOnlyDuringVertexProgramSetUpAndTerminate(String key)static IllegalArgumentExceptionmemoryValueCanNotBeNull() 
 - 
 
- 
- 
Method Detail
- 
memoryKeyCanNotBeEmpty
public static IllegalArgumentException memoryKeyCanNotBeEmpty()
 
- 
memoryKeyCanNotBeNull
public static IllegalArgumentException memoryKeyCanNotBeNull()
 
- 
memoryValueCanNotBeNull
public static IllegalArgumentException memoryValueCanNotBeNull()
 
- 
memoryIsCurrentlyImmutable
public static IllegalStateException memoryIsCurrentlyImmutable()
 
- 
memoryDoesNotExist
public static IllegalArgumentException memoryDoesNotExist(String key)
 
- 
memorySetOnlyDuringVertexProgramSetUpAndTerminate
public static IllegalArgumentException memorySetOnlyDuringVertexProgramSetUpAndTerminate(String key)
 
- 
memoryAddOnlyDuringVertexProgramExecute
public static IllegalArgumentException memoryAddOnlyDuringVertexProgramExecute(String key)
 
 - 
 
 -