-
Notifications
You must be signed in to change notification settings - Fork 16
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.
Enable by uncommenting _PROCESS_EXCEPTION_HANDLING
in config.h