Beatmup
|
Communicates an error occurred during the playback. More...
#include <abstract_playback.h>
Public Member Functions | |
PlaybackException (const char *message, int resultCode) | |
PlaybackException (const char *message, int resultCode, const AbstractPlayback::Mode &mode) | |
Public Member Functions inherited from Beatmup::Exception | |
virtual const char * | what () const NOEXCEPT override |
Additional Inherited Members | |
Protected Member Functions inherited from Beatmup::Exception | |
Exception (const char *message) | |
template<typename ... Args> | |
Exception (const char *message, const Args &... args) | |
Communicates an error occurred during the playback.
Definition at line 99 of file abstract_playback.h.
PlaybackException::PlaybackException | ( | const char * | message, |
int | resultCode | ||
) |
Definition at line 30 of file abstract_playback.cpp.
PlaybackException::PlaybackException | ( | const char * | message, |
int | resultCode, | ||
const AbstractPlayback::Mode & | mode | ||
) |