google / jni-bind

JNI Bind is a set of advanced syntactic sugar for writing efficient correct JNI Code in C++17 (and up).
Apache License 2.0
266 stars 31 forks source link

Add initial (incomplete) definition for `java/lang/Exception` and `java/lang/Throwable`. #334

Closed copybara-service[bot] closed 2 months ago

copybara-service[bot] commented 2 months ago

Add initial (incomplete) definition for java/lang/Exception and java/lang/Throwable.

Full syntax support for env->ThrowNew does not exist yet.

Inherited methods/fields are not yet supported so these definitions are incomplete.