Base class for exceptions related to the PEARL library.
More...
#include <pearl/Error.h>
|
|
| | Error (const std::string &message) |
| |
| virtual | ~Error () throw () |
| |
|
| virtual const char * | what () const throw () |
| |
The class Error serves as a base class for all exceptions related to the PEARL library. It provides a method to obtain an error message, which in most cases will deliver the name of the internal operation that failed.
◆ Error()
| pearl::Error::Error |
( |
const std::string & |
message | ) |
|
◆ ~Error()
| virtual pearl::Error::~Error |
( |
| ) |
|
| throw | ( | |
| ) | | |
|
virtual |
◆ what()
| virtual const char* pearl::Error::what |
( |
| ) |
const |
| throw | ( | |
| ) | | |
|
virtual |
◆ m_message
| std::string pearl::Error::m_message |
|
protected |
The documentation for this class was generated from the following file: