public static final class HyperException.ContextId
extends java.lang.Object
Used to identify the source of an exception. Each throw statement has a unique context id that is stored in the thrown error.
| Constructor and Description |
|---|
ContextId(int value)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getValue()
Get the underlying value
|