Package com.tableau.hyperapi
Class HyperException.ContextId
java.lang.Object
com.tableau.hyperapi.HyperException.ContextId
- All Implemented Interfaces:
Serializable
- Enclosing class:
HyperException
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.
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ContextId
public ContextId(int value) Constructor- Parameters:
value
- The underlying value.
-
-
Method Details
-
getValue
public int getValue()Get the underlying value- Returns:
- The ContextId value.
-