Class CfgRuntimeException

    • Constructor Detail

      • CfgRuntimeException

        public CfgRuntimeException​(int errorId,
                                   String newMsgText,
                                   Exception newException)
        Create exception with error id, message and related exception.
        Parameters:
        errorId - contains error code that is contained within GlobalErrIds
        newMsgText - contains text related to the exception.
        newException - contains related exception.
      • CfgRuntimeException

        public CfgRuntimeException​(int errorId,
                                   String newMsgText)
        Create exception with error id and message.
        Parameters:
        errorId - contains error code that is contained within GlobalErrIds
        newMsgText - contains text related to the exception.
    • Method Detail

      • getException

        public Exception getException()
        Get the exception object.
        Returns:
        reference to Exception.