Struct classfile_parser::attribute_info::ExceptionsAttribute
[−]
[src]
pub struct ExceptionsAttribute {
pub exception_table_length: u16,
pub exception_table: Vec<u16>,
}Fields
exception_table_length: u16
exception_table: Vec<u16>