Trait jni::errors::ToException[][src]

pub trait ToException {
    fn to_exception(&self) -> Exception;
}

Required methods

Implementors