throw_exception

Function throw_exception 

Source
pub fn throw_exception(
    env: &mut JNIEnv<'_>,
    exception_type: DMSCJavaException,
    message: &str,
)
Expand description

Throw a Java exception from Rust