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

#include <FileException.hh>

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

Public Member Functions

 MSXException ()=default
 
 MSXException (std::string message_)
 
template<typename T , typename... Args>
requires (!std::same_as<MSXException, std::remove_cvref_t<T>>)
 MSXException (T &&t, Args &&... args)
 
- Public Member Functions inherited from openmsx::MSXException
 MSXException ()=default
 
 MSXException (std::string message_)
 
template<typename T , typename... Args>
requires (!std::same_as<MSXException, std::remove_cvref_t<T>>)
 MSXException (T &&t, Args &&... args)
 
const std::string & getMessage () const &
 
std::string getMessage () &&
 

Detailed Description

Definition at line 8 of file FileException.hh.

Member Function Documentation

◆ MSXException() [1/3]

openmsx::MSXException::MSXException ( )
explicitdefault

◆ MSXException() [2/3]

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

Definition at line 16 of file MSXException.hh.

◆ MSXException() [3/3]

template<typename T , typename... Args>
requires (!std::same_as<MSXException, std::remove_cvref_t<T>>)
openmsx::MSXException::MSXException ( T &&  t,
Args &&...  args 
)
inlineexplicit

Definition at line 21 of file MSXException.hh.


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