Fields
class: String
msg: String
Trait Implementations
sourceimpl<'a> Desc<'a, JThrowable<'a>> for Exception
impl<'a> Desc<'a, JThrowable<'a>> for Exception
sourcefn lookup(self, env: &JNIEnv<'a>) -> Result<JThrowable<'a>>
fn lookup(self, env: &JNIEnv<'a>) -> Result<JThrowable<'a>>
Look up the concrete type from the JVM.
Auto Trait Implementations
impl RefUnwindSafe for Exception
impl Send for Exception
impl Sync for Exception
impl Unpin for Exception
impl UnwindSafe for Exception
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more