pub trait JavaCatch<'local, T> { // Required method fn j_catch(self, env: &mut JNIEnv<'local>) -> JResult<T>; }
Propagate error to Java