Commit Graph

6 Commits

Author SHA1 Message Date
Benson Margulies da68d701f1 Removr all use of 'future'. 2015-11-04 17:30:24 -05:00
Benson Margulies e1070965cc Support Python 3.4
see if we can't make travis happy.
2015-05-03 11:24:27 -04:00
Lenbok d93c911d9e 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.
2014-05-19 10:22:36 +12:00
Len Trigg 6328de8142 Incorporate patch from #96 and a unit test 2014-05-16 12:12:12 +12:00
Mathieu Virbel 77139529ad add support for multiple signatures on constructors and methods. 2012-08-15 19:16:39 +02:00
Mathieu Virbel a4af093aa1 raise exception correctly now + add more unittests 2012-08-15 16:31:22 +02:00