Question about Exception steps

Question about Exception steps

Comments

  • Hey Decisions Team,
    What are the functional differences between the Throw Exception, Throw Business Rule Exception, and Throw Non Catchable Exception steps?

  • Hey there,
    [ul][li]The Throw Exception step creates a user exception message that can be caught and logged in the Primary Log.[/li][li]The Throw Business Rule Exception step creates a user exception that can be caught but adds "[Business Rule Exception]" to the user-created message. This message is also logged to the Primary Log file.
    [/li][li]The Throw Non Catchable Exception step creates a user message that cannot be caught by the Catch Exception step. It merely displays the error message to the end-user when the exception details are shown. This message is NOT logged.
    [/li][/ul]

Sign In or Register to comment.