#include <DataManager.h>
Public Member Functions | |
DataManagerException (const string &error) | |
DataManagerException (const string &error, const string &name) | |
virtual | ~DataManagerException () throw () |
virtual const char * | which () const throw () |
Definition at line 37 of file DataManager.h.
DataManagerException::DataManagerException | ( | const string & | error | ) | [inline] |
Definition at line 41 of file DataManager.h.
DataManagerException::DataManagerException | ( | const string & | error, | |
const string & | name | |||
) | [inline] |
Definition at line 43 of file DataManager.h.
virtual DataManagerException::~DataManagerException | ( | ) | throw () [inline, virtual] |
Definition at line 45 of file DataManager.h.
virtual const char* DataManagerException::which | ( | ) | const throw () [inline, virtual] |
Definition at line 49 of file DataManager.h.