Struct rucaja::JvmThrowable [] [src]

pub struct JvmThrowable<'a> { /* fields omitted */ }

The Rust wrapper for the corresponding JVM class.

Methods

impl<'a> JvmThrowable<'a>
[src]

[src]

Returns the pointer of the JVM object.

[src]

Instantiates the JVM wrapper struct.

Trait Implementations

impl<'a> Drop for JvmThrowable<'a>
[src]

[src]

Executes the destructor for this type. Read more