This file provides implementation of exception_test(). It tests the functionality of the exception handling API.
- Note:
- This test use static ID not acquired through proper registration. This is not recommended, since it may create ID collissions.
Some scenarios tested:
- no exception situation
- basic TRY/CATCH
- multiple exception handlers
- default handlers
This file is pjlib-test/exception.c