Searched defs:throw_new (Results 1 – 8 of 8) sorted by relevance
37 pub fn throw_new(env: &mut JNIEnv<'local>) -> jni::errors::Result<()> { in throw_new() method64 pub fn throw_new(env: &mut JNIEnv<'local>) -> jni::errors::Result<()> { in throw_new() method
35 pub fn throw_new(env: &mut JNIEnv<'local>) -> jni::errors::Result<()> { in throw_new() method
46 pub fn throw_new(env: &mut JNIEnv<'local>) -> jni::errors::Result<()> { in throw_new() method
848 pub fn throw_new() { in throw_new() function
1055 pub fn throw_new() { in throw_new() function
256 pub fn throw_new<'c, S, T>(&self, class: T, msg: S) -> Result<()> in throw_new() method
465 pub fn throw_new<'other_local, S, T>(&mut self, class: T, msg: S) -> Result<()> in throw_new() method