Class HalRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.refcodes.exception.AbstractRuntimeException
org.refcodes.hal.HalRuntimeException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap

public abstract class HalRuntimeException extends org.refcodes.exception.AbstractRuntimeException
The base runtime exception for HAL related issues.
See Also:
  • Constructor Details

    • HalRuntimeException

      public HalRuntimeException(String aMessage, String aErrorCode)
      Instantiates the class HalRuntimeException.
      Parameters:
      aMessage - see AbstractRuntimeException(String, String)
      aErrorCode - see AbstractRuntimeException(String, String)
      See Also:
      • AbstractRuntimeException(String, String)
    • HalRuntimeException

      public HalRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates the class HalRuntimeException.
      Parameters:
      aMessage - see AbstractRuntimeException(String, Throwable, String)
      aCause - see AbstractRuntimeException(String, Throwable, String)
      aErrorCode - see AbstractRuntimeException(String, Throwable, String)
      See Also:
      • AbstractRuntimeException(String, Throwable, String)
    • HalRuntimeException

      public HalRuntimeException(String aMessage, Throwable aCause)
      Instantiates the class HalRuntimeException.
      Parameters:
      aMessage - see AbstractRuntimeException(String, Throwable)
      aCause - see AbstractRuntimeException(String, Throwable)
      See Also:
      • AbstractRuntimeException(String, Throwable)
    • HalRuntimeException

      public HalRuntimeException(String aMessage)
      Instantiates the class HalRuntimeException.
      Parameters:
      aMessage - see AbstractRuntimeException(String)
      See Also:
      • AbstractRuntimeException(String)
    • HalRuntimeException

      public HalRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates the class HalRuntimeException.
      Parameters:
      aCause - see AbstractRuntimeException(Throwable, String)
      aErrorCode - see AbstractRuntimeException(Throwable, String)
      See Also:
      • AbstractRuntimeException(Throwable, String)
    • HalRuntimeException

      public HalRuntimeException(Throwable aCause)
      Instantiates the class HalRuntimeException.
      Parameters:
      aCause - see AbstractRuntimeException(Throwable)
      See Also:
      • AbstractRuntimeException(Throwable)