Struct classreader::Exception[][src]

pub struct Exception {
    pub start_pc: u16,
    pub end_pc: u16,
    pub handler_pc: u16,
    pub catch_type: u16,
}

Fields

Trait Implementations

impl Debug for Exception
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Exception

impl Sync for Exception