Page tree

  1. What is the benefit of adding a generic exception handler to a rule set?
    This is the easiest way to listen for any exception coming from any rule in your rule set.
  2. What are the benefits of having a "specific" exception handler in a rule set as well as a "generic" handler?
    This is a way to have multiple responses to the same exception. You could do something different for both generic and specific handlers. For example, you could get RBA to log to history for the generic handler and to send an email for a specific handler.
  3. What will be the results of concatenating the rule name and the exception error into one stored history message?
    You will see the rule that threw the exception and the exception message stored in history.
  • No labels