KUNAI Static Analyzer
Kunai is a library for doing static binary analysis of Dalvik.
|
Exception raised when parsing process fails. More...
#include <parser_exception.hpp>
Public Member Functions | |
ParserException (const std::string &msg) | |
Constructor of exception. | |
virtual const char * | what () const noexcept override |
Return error message. | |
Exception raised when parsing process fails.
|
inline |
Constructor of exception.
msg | message to show to the user |
|
inlineoverridevirtualnoexcept |
Return error message.