Generic exception, all exceptions should sub class this. More...
#include <Exception.h>
Public Member Functions | |
Exception (const char *msg) | |
const char * | Message () const |
Protected Attributes | |
char | m_msg [512] |
Generic exception, all exceptions should sub class this.
Definition at line 31 of file Exception.h.