#include <QuantityError.h>

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