public static class Memory.Exceptions
extends java.lang.Object
| Constructor and Description |
|---|
Exceptions() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.UnsupportedOperationException |
dataTypeOfMemoryValueNotSupported(java.lang.Object val) |
static java.lang.IllegalArgumentException |
memoryDoesNotExist(java.lang.String key) |
static java.lang.IllegalStateException |
memoryIsCurrentlyImmutable() |
static java.lang.IllegalArgumentException |
memoryKeyCanNotBeEmpty() |
static java.lang.IllegalArgumentException |
memoryKeyCanNotBeNull() |
static java.lang.IllegalArgumentException |
memoryValueCanNotBeNull() |
public static java.lang.IllegalArgumentException memoryKeyCanNotBeEmpty()
public static java.lang.IllegalArgumentException memoryKeyCanNotBeNull()
public static java.lang.IllegalArgumentException memoryValueCanNotBeNull()
public static java.lang.IllegalStateException memoryIsCurrentlyImmutable()
public static java.lang.IllegalArgumentException memoryDoesNotExist(java.lang.String key)
public static java.lang.UnsupportedOperationException dataTypeOfMemoryValueNotSupported(java.lang.Object val)
Copyright © 2013-2015 TinkerPop. All Rights Reserved.