#include <sdl.h>
Inheritance diagram for sdl::Exception:

Public Member Functions | |
| virtual const char * | what () const throw () |
| C-style string representation of what went wrong. | |
| Exception (const string &) throw () | |
| construct exception with given description | |
| Exception (const Exception &) throw () | |
| construct exception with given description | |
Protected Attributes | |
| string | msg |