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

Exception raised in stream error. More...

#include <stream_exception.hpp>

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

Public Member Functions

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

Detailed Description

Exception raised in stream error.

Constructor & Destructor Documentation

◆ StreamException()

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

Constructor of exception.

Parameters
msgmessage to show to the user

Member Function Documentation

◆ what()

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