KUNAI Static Analyzer
Kunai is a library for doing static binary analysis of Dalvik.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
exceptions::LifterException Class Reference

Exception raised in the analysis of dalvik. More...

#include <lifter_exception.hpp>

Inheritance diagram for exceptions::LifterException:
Inheritance graph
[legend]
Collaboration diagram for exceptions::LifterException:
Collaboration graph
[legend]

Public Member Functions

 LifterException (const std::string &msg)
 Constructor of exception.
 
virtual const char * what () const noexcept override
 Return error message.
 

Detailed Description

Exception raised in the analysis of dalvik.

Constructor & Destructor Documentation

◆ LifterException()

exceptions::LifterException::LifterException ( const std::string &  msg)
inline

Constructor of exception.

Parameters
msgmessage to show to the user

Member Function Documentation

◆ what()

virtual const char * exceptions::LifterException::what ( ) const
inlineoverridevirtualnoexcept

Return error message.

Returns
error message in a c string style

The documentation for this class was generated from the following file: