Class 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:
    Serialized Form
    • Constructor Detail

      • HalRuntimeException

        public HalRuntimeException​(String aMessage,
                                   String aErrorCode)
        Instantiates a new HAL runtime exception.
        Parameters:
        aMessage - the message
        aErrorCode - the error code
      • HalRuntimeException

        public HalRuntimeException​(String aMessage,
                                   Throwable aCause,
                                   String aErrorCode)
        Instantiates a new HAL runtime exception.
        Parameters:
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • HalRuntimeException

        public HalRuntimeException​(String message,
                                   Throwable cause)
        Instantiates a new HAL runtime exception.
        Parameters:
        message - the message
        cause - the cause
      • HalRuntimeException

        public HalRuntimeException​(String message)
        Instantiates a new HAL runtime exception.
        Parameters:
        message - the message
      • HalRuntimeException

        public HalRuntimeException​(Throwable aCause,
                                   String aErrorCode)
        Instantiates a new HAL runtime exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code
      • HalRuntimeException

        public HalRuntimeException​(Throwable cause)
        Instantiates a new HAL runtime exception.
        Parameters:
        cause - the cause