retdec
Public Member Functions | Private Attributes | List of all members
retdec::llvmir2hll::ConfigError Class Reference

Base class for all config-related errors. More...

#include <config.h>

Inheritance diagram for retdec::llvmir2hll::ConfigError:
Inheritance graph
[legend]
Collaboration diagram for retdec::llvmir2hll::ConfigError:
Collaboration graph
[legend]

Public Member Functions

 ConfigError (const std::string &message)
 Constructs the exception with the given error message. More...
 
virtual const char * what () const noexcept override
 
const std::string & getMessage () const noexcept
 

Private Attributes

std::string message
 

Detailed Description

Base class for all config-related errors.

Constructor & Destructor Documentation

◆ ConfigError()

retdec::llvmir2hll::ConfigError::ConfigError ( const std::string &  message)

Constructs the exception with the given error message.

Member Function Documentation

◆ getMessage()

const std::string & retdec::llvmir2hll::ConfigError::getMessage ( ) const
noexcept

◆ what()

const char * retdec::llvmir2hll::ConfigError::what ( ) const
overridevirtualnoexcept

Member Data Documentation

◆ message

std::string retdec::llvmir2hll::ConfigError::message
private

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