Core.Actions.Throw
Revision as of 04:17, 13 August 2014 by Nb (talk | contribs) (Created page with "Category:Core == Classification == {{ClassificationActivity | Throw | To explicitly raise of an exception | End Node | OTX Core library | End node related a...")
Classification
Name | Throw |
Short Description | To explicitly raise of an exception |
Class | End Node |
Extension | OTX Core library |
Group | End node related actions |
Exceptions | - |
Checker Rules | Core_Chk017 Core_Chk018 |
Standard Compliant | Yes |
Description
With the OTX throw activity Exceptions can be triggered explicitly, by the author. Typically, exceptions are, implicitly thrown by the runtime environment. For example, faulty calculations, the loss of communication or the occurrence of a negative response. Using the throw activity the user can cause your own exceptions however in error conditions. The Handler activity can to respond to exceptions.
![]() |
Important: Please note the special behavior within an Parallel activity. |