Class Memory.Exceptions
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.process.computer.Memory.Exceptions
 
- 
- 
Method SummaryAll 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- 
memoryKeyCanNotBeEmptypublic static IllegalArgumentException memoryKeyCanNotBeEmpty() 
 - 
memoryKeyCanNotBeNullpublic static IllegalArgumentException memoryKeyCanNotBeNull() 
 - 
memoryValueCanNotBeNullpublic static IllegalArgumentException memoryValueCanNotBeNull() 
 - 
memoryIsCurrentlyImmutablepublic static IllegalStateException memoryIsCurrentlyImmutable() 
 - 
memoryDoesNotExistpublic static IllegalArgumentException memoryDoesNotExist(String key) 
 - 
memorySetOnlyDuringVertexProgramSetUpAndTerminatepublic static IllegalArgumentException memorySetOnlyDuringVertexProgramSetUpAndTerminate(String key) 
 - 
memoryAddOnlyDuringVertexProgramExecutepublic static IllegalArgumentException memoryAddOnlyDuringVertexProgramExecute(String key) 
 
- 
 
-