Loading...
Searching...
No Matches
ParseException Struct Reference

Public Member Functions

 ParseException (rapidjson::ParseErrorCode code, const char *msg, size_t offset)
Public Member Functions inherited from BinaryNinja::ExceptionWithStackTrace
 ExceptionWithStackTrace (const std::string &message)
 ExceptionWithStackTrace (std::exception_ptr exc1, std::exception_ptr exc2)
const char * what () const noexcept override

Additional Inherited Members

Public Attributes inherited from BinaryNinja::ExceptionWithStackTrace
std::string m_originalMessage
std::string m_message
std::string m_stackTrace

Constructor & Destructor Documentation

◆ ParseException()

ParseException::ParseException ( rapidjson::ParseErrorCode code,
const char * msg,
size_t offset )
inline