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

Issue 96 improved exception handling #115

Merged
merged 2 commits into from
Mar 12, 2015

Commits on May 16, 2014

  1. Configuration menu
    Copy the full SHA
    6328de8 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2014

  1. Add improved exception handling:

    - Disable calling ExceptionDescribe, as this pollutes stderr, making it harder
    to implement clean exception handling. JNI documentation describes it as being for
    debugging purposes.
    
    - Extract separate fields for the exception class name, exception message, and
    exception stack trace, and add these as attributes to JavaException. Calling
    code can now decide for itself whether and how to present this information.
    Lenbok committed May 18, 2014
    Configuration menu
    Copy the full SHA
    d93c911 View commit details
    Browse the repository at this point in the history