Throw Exception

From PresenceWiki
Revision as of 13:01, 8 January 2010 by Mattpryor (Talk | contribs)

(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

Throw Exception Node

This Node is useful when you want your Task to generate an exception and return execution to an earlier point.

For instance, you may not receive the expect results from a query, but this may not in itself generate an error.

Generally you will use Throw Exception Nodes in combination with an Error Handler Node.

Here is an example of a Task that uses a Throw Exception Node: