#include <Exceptions.hpp>
|
| | Error (const std::string &msg="") |
| |
| virtual | ~Error () throw () |
| |
| | Exception (const std::string &msg="") |
| | Constructs an Exception object with the error message set to msg. More...
|
| |
| virtual | ~Exception () throw () |
| | Virtual destructor. More...
|
| |
| const char * | what () const throw () |
| | Returns the message describing the cause of the exception and/or the location where the error occurred. More...
|
| |
◆ Error()
| CDPL::ForceField::Error::Error |
( |
const std::string & |
msg = "" | ) |
|
◆ ~Error()
| virtual CDPL::ForceField::Error::~Error |
( |
| ) |
|
| throw | ( | |
| ) | | |
|
virtual |
The documentation for this class was generated from the following file: