KUNAI Static Analyzer
Kunai is a library for doing static binary analysis of Dalvik.
|
Exception raised when a read is done out of bound in case it is detected. More...
#include <outofbound_exception.hpp>
Public Member Functions | |
OutOfBoundException (const std::string &msg) | |
Constructor of exception. | |
virtual const char * | what () const noexcept override |
Return error message. | |
Exception raised when a read is done out of bound in case it is detected.
|
inline |
Constructor of exception.
msg | message to show to the user |
|
inlineoverridevirtualnoexcept |
Return error message.