Trap exceptions from C
----------------------
Key: LUCY-230
URL: https://issues.apache.org/jira/browse/LUCY-230
Project: Lucy
Issue Type: New Feature
Components: Object Framework
Reporter: Marvin Humphrey
Assignee: Marvin Humphrey
The Clownfish exception mechanism wraps the host language's exception
mechanism, making it possible to throw host exceptions from C code without
knowledge of the host language. We need to augment this capability
with a way to trap exceptions from C.
This new feature will enable us to clean up a couple places in the code base,
such as opening an index reader. More importantly, though, it will make it
possible to write tests in C which verify error handling.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira