MlpOutOfMemoryException class. More...
#include <MlpOutOfMemoryException.hpp>
Public Member Functions | |
MlpOutOfMemoryException (std::string) | |
Constructor. | |
virtual | ~MlpOutOfMemoryException () |
Destructor. | |
virtual std::string | getMessage () |
Getter for error message. |
MlpOutOfMemoryException class.
This class is derived form base MlpException class
MlpOutOfMemoryException::MlpOutOfMemoryException | ( | std::string | error | ) |
Constructor.
Consturctor
Constructor pass error message to the base class MlpException
error | Error message. |
MlpOutOfMemoryException::~MlpOutOfMemoryException | ( | ) | [virtual] |
Destructor.
Destructor
std::string MlpOutOfMemoryException::getMessage | ( | ) | [virtual] |
Getter for error message.
Getter for error message
Reimplemented from MlpException.