libopenmpt exception base class
More...
#include <libopenmpt/libopenmpt.hpp>
|
| exception (const std::string &text) LIBOPENMPT_NOEXCEPT |
|
virtual | ~exception () LIBOPENMPT_NOEXCEPT |
|
virtual const char * | what () const LIBOPENMPT_NOEXCEPT |
|
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
openmpt::exception::exception |
( |
const std::string & |
text | ) |
|
virtual openmpt::exception::~exception |
( |
| ) |
|
|
virtual |
virtual const char* openmpt::exception::what |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following file: