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

Exception raised when found an incorrect ID of any type can be strings ids, type ids, method ids... More...

#include <incorrectid_exception.hpp>

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

Public Member Functions

 IncorrectIDException (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 ID of any type can be strings ids, type ids, method ids...

Constructor & Destructor Documentation

◆ IncorrectIDException()

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

Constructor of exception.

Parameters
msgmessage to show to the user

Member Function Documentation

◆ what()

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