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

Exception raised when unzipping process fails. More...

#include <apkunzip_exception.hpp>

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

Public Member Functions

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

Detailed Description

Exception raised when unzipping process fails.

Constructor & Destructor Documentation

◆ ApkUnzipException()

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

Constructor of exception.

Parameters
msgmessage to show to the user

Member Function Documentation

◆ what()

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