libopenmpt exception base class
More...
#include <libopenmpt/libopenmpt.hpp>
libopenmpt exception base class
Base class used for all exceptions that are thrown by libopenmpt itself. Libopenmpt may additionally throw any exception thrown by the standard library which are all derived from std::exception.
- See also
- Error Handling
◆ exception() [1/3]
LIBOPENMPT_CXX_API_MEMBER openmpt::exception::exception |
( |
const std::string & |
text | ) |
|
|
noexcept |
◆ exception() [2/3]
LIBOPENMPT_CXX_API_MEMBER openmpt::exception::exception |
( |
const exception & |
other | ) |
|
|
noexcept |
◆ exception() [3/3]
LIBOPENMPT_CXX_API_MEMBER openmpt::exception::exception |
( |
exception && |
other | ) |
|
|
noexcept |
◆ ~exception()
virtual LIBOPENMPT_CXX_API_MEMBER openmpt::exception::~exception |
( |
| ) |
|
|
virtualnoexcept |
◆ operator=() [1/2]
LIBOPENMPT_CXX_API_MEMBER exception & openmpt::exception::operator= |
( |
const exception & |
other | ) |
|
|
noexcept |
◆ operator=() [2/2]
◆ what()
LIBOPENMPT_CXX_API_MEMBER const char * openmpt::exception::what |
( |
| ) |
const |
|
overridenoexcept |
The documentation for this class was generated from the following file: