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

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

Required Methods

Implementors