|
BearParser
Portable Executable parsing library (from PE-bear)
|
#include <CustomException.h>

Public Member Functions | |
| CustomException (const QString info, const int32_t code=UNKNOWN_EXCEPTION) | |
| CustomException (const int32_t code) | |
| virtual | ~CustomException () throw () |
| QString | getInfo () |
| int | getCode () |
| virtual const char * | what () const throw () |
Protected Member Functions | |
| virtual QString | codeToString () |
Protected Attributes | |
| QString | m_info |
| std::string | m_strInfo |
| const int | m_code |
Definition at line 11 of file CustomException.h.
|
inline |
Definition at line 14 of file CustomException.h.
|
inline |
Definition at line 17 of file CustomException.h.
|
inlinevirtual | ||||||||||||
Definition at line 20 of file CustomException.h.
|
inlineprotectedvirtual |
Definition at line 27 of file CustomException.h.
|
inline |
Definition at line 23 of file CustomException.h.
|
inline |
|
inlinevirtual | ||||||||||||
Definition at line 24 of file CustomException.h.
|
protected |
Definition at line 30 of file CustomException.h.
|
protected |
Definition at line 28 of file CustomException.h.
|
protected |
Definition at line 29 of file CustomException.h.