#include <UnitError.h>

Public Member Functions | |
| UnitError (const std::string &message) | |
| virtual | ~UnitError () |
| virtual std::string | message () const |
Protected Attributes | |
| std::string | _message |
all exceptions are derived from UnitError; if provided with a message, this will be available after catch.
Definition at line 46 of file UnitError.h.
| unit::UnitError::UnitError | ( | const std::string & | message | ) | [inline] |
Definition at line 49 of file UnitError.h.
| virtual unit::UnitError::~UnitError | ( | ) | [inline, virtual] |
Definition at line 52 of file UnitError.h.
| virtual std::string unit::UnitError::message | ( | void | ) | const [inline, virtual] |
std::string unit::UnitError::_message [protected] |
1.5.6