Base exception class. More...
#include <MlpException.hpp>

Public Member Functions | |
| MlpException (std::string) | |
| Constructor. | |
| virtual | ~MlpException () |
| Destructor. | |
| virtual std::string | getMessage () |
| Getter for error message. | |
Protected Attributes | |
| std::string | _message |
Base exception class.
This class is base exception for all other MLP exceptions. It contains _message string with error. Use this class to catch all other MLP exceptions.
| MlpException::MlpException | ( | std::string | message | ) |
| MlpException::~MlpException | ( | ) | [virtual] |
| std::string MlpException::getMessage | ( | ) | [virtual] |
Getter for error message.
Getter for error message
MlpException error message getter.
Reimplemented in MlpOutOfMemoryException, MlpParseException, and MlpXmlException.
std::string MlpException::_message [protected] |
Error message
1.6.1