Package com.tableau.hyperapi
Class HyperException.ContextId
- java.lang.Object
-
- com.tableau.hyperapi.HyperException.ContextId
-
- Enclosing class:
- HyperException
public static final class HyperException.ContextId extends java.lang.Object
A context id.Used to identify the source of an exception. Each throw statement has a unique context id that is stored in the thrown error.
-
-
Constructor Summary
Constructors Constructor Description ContextId(int value)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getValue()
Get the underlying value
-