#include <exceptions.hh>
This is the superclass for all errors which are caused because the user tries to access data that was not allocated before. These can be problems like
Public Member Functions | |
void | message (const std::string &message) |
store string in internal message buffer | |
const std::string & | what () const |
output internal message buffer |