Beatmup
|
#include <exception.h>
Public Member Functions | |
IOError (const std::string &filename, const char *message) | |
const std::string & | getFilename () const |
Public Member Functions inherited from Beatmup::Exception | |
virtual const char * | what () const NOEXCEPT override |
Private Attributes | |
std::string | filename |
Additional Inherited Members | |
Protected Member Functions inherited from Beatmup::Exception | |
Exception (const char *message) | |
template<typename ... Args> | |
Exception (const char *message, const Args &... args) | |
Definition at line 98 of file exception.h.
|
inline |
Definition at line 102 of file exception.h.
|
inline |
Definition at line 105 of file exception.h.
|
private |
Definition at line 100 of file exception.h.