You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see, I'm getting the error's string and passing that, and my class to jni_throw. I'd like however to pass the error object itself to Java so that I can have more advanced queries on it. Is it at all possible? If so how do I do it?
Thanks!
The text was updated successfully, but these errors were encountered:
Hey,
I'm currently doing something like this to throw custom exceptions:
As you can see, I'm getting the error's string and passing that, and my class to
jni_throw
. I'd like however to pass the error object itself to Java so that I can have more advanced queries on it. Is it at all possible? If so how do I do it?Thanks!
The text was updated successfully, but these errors were encountered: