Module idaapi :: Class exception_info_t
[frames] | no frames]

Class exception_info_t

object --+
         |
        exception_info_t

Proxy of C++ exception_info_t class

Instance Methods
 
__repr__(self)
repr(x)
bool
break_on(self)
bool
handle(self)
exception_info_t
__init__(self)
__init__(self, uint _code, uint32 _flags, char _name, char _desc) -> exception_info_t
 
__swig_destroy__(...)
delete_exception_info_t(exception_info_t self)
 
__del__(self)

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Properties
  thisown
The membership flag
  code
exception_info_t_code_get(exception_info_t self) -> uint
  flags
exception_info_t_flags_get(exception_info_t self) -> uint32
  name
exception_info_t_name_get(exception_info_t self) -> qstring
  desc
exception_info_t_desc_get(exception_info_t self) -> qstring

Inherited from object: __class__

Method Details

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__init__(self)
(Constructor)

 

__init__(self, uint _code, uint32 _flags, char _name, char _desc) -> exception_info_t

Returns: exception_info_t
Overrides: object.__init__

Property Details

thisown

The membership flag

Get Method:
unreachable(x)
Set Method:
unreachable(x, v)

code

exception_info_t_code_get(exception_info_t self) -> uint

Get Method:
unreachable.exception_info_t_code_get(...) - exception_info_t_code_get(exception_info_t self) -> uint
Set Method:
unreachable.exception_info_t_code_set(...) - exception_info_t_code_set(exception_info_t self, uint code)

flags

exception_info_t_flags_get(exception_info_t self) -> uint32

Get Method:
unreachable.exception_info_t_flags_get(...) - exception_info_t_flags_get(exception_info_t self) -> uint32
Set Method:
unreachable.exception_info_t_flags_set(...) - exception_info_t_flags_set(exception_info_t self, uint32 flags)

name

exception_info_t_name_get(exception_info_t self) -> qstring

Get Method:
unreachable.exception_info_t_name_get(...) - exception_info_t_name_get(exception_info_t self) -> qstring
Set Method:
unreachable.exception_info_t_name_set(...) - exception_info_t_name_set(exception_info_t self, qstring name)

desc

exception_info_t_desc_get(exception_info_t self) -> qstring

Get Method:
unreachable.exception_info_t_desc_get(...) - exception_info_t_desc_get(exception_info_t self) -> qstring
Set Method:
unreachable.exception_info_t_desc_set(...) - exception_info_t_desc_set(exception_info_t self, qstring desc)