libopenmpt 0.5.13+release.autotools
cross-platform C++ and C library to decode tracked music files
|
libopenmpt exception base class More...
#include <libopenmpt/libopenmpt.hpp>
Public Member Functions | |
exception (const std::string &text) noexcept | |
exception (const exception &other) noexcept | |
exception (exception &&other) noexcept | |
exception & | operator= (const exception &other) noexcept |
exception & | operator= (exception &&other) noexcept |
virtual | ~exception () noexcept |
const char * | what () const noexcept override |
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.
|
noexcept |
|
noexcept |
|
noexcept |
|
virtualnoexcept |
|
overridenoexcept |