Skip to content

Exception Handling

Aaron Wisner edited this page Jul 9, 2016 · 4 revisions

TODO

Process can raise and catch custom exceptions using raiseException() and handleException().

Return true from handleException() to catch the Exception, otherwise scheduler.handleException() will be called to catch the exception.

Enabling

Enable by uncommenting _PROCESS_EXCEPTION_HANDLING in config.h

Clone this wiki locally