KUNAI Static Analyzer
Kunai is a library for doing static binary analysis of Dalvik.
|
Exception raised when found an incorrect ID of any type can be strings ids, type ids, method ids... More...
#include <incorrectid_exception.hpp>
Public Member Functions | |
IncorrectIDException (const std::string &msg) | |
Constructor of exception. | |
virtual const char * | what () const noexcept override |
Return error message. | |
Exception raised when found an incorrect ID of any type can be strings ids, type ids, method ids...
|
inline |
Constructor of exception.
msg | message to show to the user |
|
inlineoverridevirtualnoexcept |
Return error message.