Struct jni::errors::Exception [] [src]

pub struct Exception {
    pub class: String,
    pub msg: String,
}

Fields

Trait Implementations

impl<'a> Desc<'a, JThrowable<'a>> for Exception
[src]

[src]

Look up the concrete type from the JVM.