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::IncorrectDexFileException Class Reference

Exception raised when found an incorrect dex file during the analysis. More...

#include <incorrectdexfile_exception.hpp>

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

Public Member Functions

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

Detailed Description

Exception raised when found an incorrect dex file during the analysis.

Constructor & Destructor Documentation

◆ IncorrectDexFileException()

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

Constructor of exception.

Parameters
msgmessage to show to the user

Member Function Documentation

◆ what()

virtual const char * exceptions::IncorrectDexFileException::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: