Public Member Functions | |
| ExceptionWithStackTrace (const std::string &message) | |
| ExceptionWithStackTrace (std::exception_ptr exc1, std::exception_ptr exc2) | |
| const char * | what () const noexcept override |
Public Attributes | |
| std::string | m_originalMessage |
| std::string | m_message |
| std::string | m_stackTrace |
| BinaryNinja::ExceptionWithStackTrace::ExceptionWithStackTrace | ( | const std::string & | message | ) |
| BinaryNinja::ExceptionWithStackTrace::ExceptionWithStackTrace | ( | std::exception_ptr | exc1, |
| std::exception_ptr | exc2 ) |
|
inlineoverridenoexcept |
| std::string BinaryNinja::ExceptionWithStackTrace::m_originalMessage |
| std::string BinaryNinja::ExceptionWithStackTrace::m_message |
| std::string BinaryNinja::ExceptionWithStackTrace::m_stackTrace |