retdec
Public Member Functions | Private Attributes | List of all members
retdec::llvmir_emul::LlvmIrEmulatorError Class Reference

#include <exceptions.h>

Inheritance diagram for retdec::llvmir_emul::LlvmIrEmulatorError:
Inheritance graph
[legend]
Collaboration diagram for retdec::llvmir_emul::LlvmIrEmulatorError:
Collaboration graph
[legend]

Public Member Functions

 LlvmIrEmulatorError (const std::string &message)
 
virtual const char * what () const noexcept override
 
- Public Member Functions inherited from retdec::llvmir_emul::LlvmIrEmulatorBaseError
virtual ~LlvmIrEmulatorBaseError ()=default
 

Private Attributes

std::string _whatMessage
 Message returned by what() method. More...
 

Detailed Description

A general exception class for all LlvmIrEmulator errors.

Constructor & Destructor Documentation

◆ LlvmIrEmulatorError()

retdec::llvmir_emul::LlvmIrEmulatorError::LlvmIrEmulatorError ( const std::string &  message)
inline

Member Function Documentation

◆ what()

virtual const char* retdec::llvmir_emul::LlvmIrEmulatorError::what ( ) const
inlineoverridevirtualnoexcept

Member Data Documentation

◆ _whatMessage

std::string retdec::llvmir_emul::LlvmIrEmulatorError::_whatMessage
private

Message returned by what() method.


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