openMSX
Public Member Functions | List of all members
openmsx::MSXException Class Reference

#include <MSXException.hh>

Inheritance diagram for openmsx::MSXException:
Inheritance graph
[legend]

Public Member Functions

 MSXException ()=default
 
 MSXException (std::string message_)
 
template<typename... Args>
 MSXException (Args &&... args)
 
const std::string & getMessage () const &
 
std::string getMessage () &&
 

Detailed Description

Definition at line 9 of file MSXException.hh.

Constructor & Destructor Documentation

◆ MSXException() [1/3]

openmsx::MSXException::MSXException ( )
explicitdefault

◆ MSXException() [2/3]

openmsx::MSXException::MSXException ( std::string  message_)
inlineexplicit

Definition at line 14 of file MSXException.hh.

◆ MSXException() [3/3]

template<typename... Args>
openmsx::MSXException::MSXException ( Args &&...  args)
inlineexplicit

Definition at line 18 of file MSXException.hh.

Member Function Documentation

◆ getMessage() [1/2]

std::string openmsx::MSXException::getMessage ( ) &&
inline

Definition at line 24 of file MSXException.hh.

◆ getMessage() [2/2]

const std::string & openmsx::MSXException::getMessage ( ) const &
inline

Definition at line 23 of file MSXException.hh.


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