Class 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
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ContextId

        public ContextId​(int value)
        Constructor
        Parameters:
        value - The underlying value.
    • Method Detail

      • getValue

        public int getValue()
        Get the underlying value
        Returns:
        The ContextId value.