Struct jni::objects::JThrowable [] [src]

#[repr(C)]
pub struct JThrowable<'a>(_);

Lifetime'd representation of a jthrowable. Just a JObject wrapped in a new class.

Methods from Deref<Target=JObject<'a>>

Unwrap to the internal jni type.

Trait Implementations

impl<'a> From<jthrowable> for JThrowable<'a>
[src]

Performs the conversion.

impl<'a> Deref for JThrowable<'a>
[src]

The resulting type after dereferencing

The method called to dereference a value

impl<'a> From<JObject<'a>> for JThrowable<'a>
[src]

Performs the conversion.