Exception handling

Exceptions can be thrown within operations and caught within operations. However, if you want to change some set of state machines for objects, you can catch the exception and GEN events for the appropriate objects and rethrow the exception, if necessary (for example, if you want the exception to be resolved by an operation higher in the call tree).


Feedback