Struct classreader::Exception [] [src]

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

Fields

start_pc: u16 end_pc: u16 handler_pc: u16 catch_type: u16

Trait Implementations

impl Debug for Exception
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.