#include <Exception.h>
Public Member Functions | |
Exception (const char *msg) | |
virtual const char * | what () const throw () |
Class for general exeptions. Should not be used. Use Warning or Error instead!
Definition at line 16 of file Exception.h.
Exception::Exception | ( | const char * | msg | ) | [inline] |
virtual const char* Exception::what | ( | ) | const throw () [inline, virtual] |
Reimplemented in WarningWrongFrameDataType.
Definition at line 26 of file Exception.h.