Trait JniToolboxError

Source
pub trait JniToolboxError: Error {
    // Required method
    fn jclass(&self) -> String;
}
Expand description

An error that is meant to be used with jni-toolbox.

Required Methods§

Source

fn jclass(&self) -> String

The Java class for the matching exception.

Implementations on Foreign Types§

Source§

impl JniToolboxError for Error

Source§

fn jclass(&self) -> String

Source§

impl JniToolboxError for JniError

Source§

fn jclass(&self) -> String

Implementors§