Struct classfile_parser::attribute_info::ExceptionsAttribute [] [src]

pub struct ExceptionsAttribute {
    pub exception_table_length: u16,
    pub exception_table: Vec<u16>,
}

Fields

Trait Implementations

impl Debug for ExceptionsAttribute
[src]

Formats the value using the given formatter.