#include <Error.h>

Public Member Functions | |
Constructors & destructor | |
| Error (const std::string &message) | |
| virtual | ~Error () throw () |
Get error message | |
| virtual const char * | what () const throw () |
Protected Attributes | |
| std::string | m_message |
| Error message | |
| Error | ( | const std::string & | message | ) |
Creates a new instance and sets the error description to the given message.
| message | Error description |
| ~Error | ( | ) | throw () [virtual] |
Destructor. Destroys the instance.
| const char * what | ( | ) | const throw () [virtual] |
Returns a description of the error condition encountered.
![]() |
Copyright © 1998–2009 Forschungszentrum Jülich, Jülich Supercomputing Centre |