public static enum VmErrors.VMInvariantViolationError extends Enum<VmErrors.VMInvariantViolationError> implements com.google.protobuf.ProtocolMessageEnum
These are errors that the VM might raise if a violation of internal invariants takes place.Protobuf enum
types.VMInvariantViolationError| Enum Constant and Description |
|---|
EmptyCallStack
EmptyCallStack = 4; |
EmptyValueStack
EmptyValueStack = 3; |
EventKeyMismatch
EventKeyMismatch = 10; |
InternalTypeError
InternalTypeError = 9; |
LinkerError
LinkerError = 6; |
LocalReferenceError
LocalReferenceError = 7; |
OutOfBoundsIndex
OutOfBoundsIndex = 1; |
OutOfBoundsRange
OutOfBoundsRange = 2; |
PCOverflow
PCOverflow = 5; |
StorageError
StorageError = 8; |
UnknownInvariantViolationError
UnknownInvariantViolationError = 0; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
EmptyCallStack_VALUE
EmptyCallStack = 4; |
static int |
EmptyValueStack_VALUE
EmptyValueStack = 3; |
static int |
EventKeyMismatch_VALUE
EventKeyMismatch = 10; |
static int |
InternalTypeError_VALUE
InternalTypeError = 9; |
static int |
LinkerError_VALUE
LinkerError = 6; |
static int |
LocalReferenceError_VALUE
LocalReferenceError = 7; |
static int |
OutOfBoundsIndex_VALUE
OutOfBoundsIndex = 1; |
static int |
OutOfBoundsRange_VALUE
OutOfBoundsRange = 2; |
static int |
PCOverflow_VALUE
PCOverflow = 5; |
static int |
StorageError_VALUE
StorageError = 8; |
static int |
UnknownInvariantViolationError_VALUE
UnknownInvariantViolationError = 0; |
| Modifier and Type | Method and Description |
|---|---|
static VmErrors.VMInvariantViolationError |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<VmErrors.VMInvariantViolationError> |
internalGetValueMap() |
static VmErrors.VMInvariantViolationError |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static VmErrors.VMInvariantViolationError |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static VmErrors.VMInvariantViolationError |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VmErrors.VMInvariantViolationError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VmErrors.VMInvariantViolationError UnknownInvariantViolationError
UnknownInvariantViolationError = 0;public static final VmErrors.VMInvariantViolationError OutOfBoundsIndex
OutOfBoundsIndex = 1;public static final VmErrors.VMInvariantViolationError OutOfBoundsRange
OutOfBoundsRange = 2;public static final VmErrors.VMInvariantViolationError EmptyValueStack
EmptyValueStack = 3;public static final VmErrors.VMInvariantViolationError EmptyCallStack
EmptyCallStack = 4;public static final VmErrors.VMInvariantViolationError PCOverflow
PCOverflow = 5;public static final VmErrors.VMInvariantViolationError LinkerError
LinkerError = 6;public static final VmErrors.VMInvariantViolationError LocalReferenceError
LocalReferenceError = 7;public static final VmErrors.VMInvariantViolationError StorageError
StorageError = 8;public static final VmErrors.VMInvariantViolationError InternalTypeError
InternalTypeError = 9;public static final VmErrors.VMInvariantViolationError EventKeyMismatch
EventKeyMismatch = 10;public static final VmErrors.VMInvariantViolationError UNRECOGNIZED
public static final int UnknownInvariantViolationError_VALUE
UnknownInvariantViolationError = 0;public static final int OutOfBoundsIndex_VALUE
OutOfBoundsIndex = 1;public static final int OutOfBoundsRange_VALUE
OutOfBoundsRange = 2;public static final int EmptyValueStack_VALUE
EmptyValueStack = 3;public static final int EmptyCallStack_VALUE
EmptyCallStack = 4;public static final int PCOverflow_VALUE
PCOverflow = 5;public static final int LinkerError_VALUE
LinkerError = 6;public static final int LocalReferenceError_VALUE
LocalReferenceError = 7;public static final int StorageError_VALUE
StorageError = 8;public static final int InternalTypeError_VALUE
InternalTypeError = 9;public static final int EventKeyMismatch_VALUE
EventKeyMismatch = 10;public static VmErrors.VMInvariantViolationError[] values()
for (VmErrors.VMInvariantViolationError c : VmErrors.VMInvariantViolationError.values()) System.out.println(c);
public static VmErrors.VMInvariantViolationError valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static VmErrors.VMInvariantViolationError valueOf(int value)
forNumber(int) instead.public static VmErrors.VMInvariantViolationError forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<VmErrors.VMInvariantViolationError> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static VmErrors.VMInvariantViolationError valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2019. All rights reserved.