openMSX
Public Member Functions | List of all members
openmsx::PlugException Class Referencefinal

Thrown when a plug action fails. More...

#include <PlugException.hh>

Inheritance diagram for openmsx::PlugException:
Inheritance graph
[legend]
Collaboration diagram for openmsx::PlugException:
Collaboration graph
[legend]

Public Member Functions

 MSXException ()=default
 
 MSXException (std::string message_)
 
template<typename... Args>
 MSXException (Args &&... args)
 
- Public Member Functions inherited from openmsx::MSXException
 MSXException ()=default
 
 MSXException (std::string message_)
 
template<typename... Args>
 MSXException (Args &&... args)
 
const std::string & getMessage () const &
 
std::string getMessage () &&
 

Detailed Description

Thrown when a plug action fails.

Definition at line 10 of file PlugException.hh.

Member Function Documentation

◆ MSXException() [1/3]

openmsx::MSXException::MSXException ( )
explicitdefault

◆ MSXException() [2/3]

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

Definition at line 18 of file MSXException.hh.

◆ MSXException() [3/3]

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

Definition at line 14 of file MSXException.hh.


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