Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full support for recording of method (/dependency) that throws an Exception #15

Open
mkotsbak opened this issue Jun 13, 2010 · 2 comments
Labels

Comments

@mkotsbak
Copy link
Contributor

In case an exception is thrown, it should be recorded.

@mkotsbak
Copy link
Contributor Author

I am working on this now in my branch http://github.com/mkotsbak/jackbox/tree/topic/support_exceptions .

Just test and potential support for serializing is missing.

@mkotsbak
Copy link
Contributor Author

Implemented and pushed. Implementation does not take into account the content of the throwable class, just the type, so I let this issue be open. That can be essential in cases the content is checked by the code, for instance the original cause of a wrapping exception type.

Implementation of that is partly outcommented in the code. It stopped on circual references in Gson.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant