#include <QuantityError.h>
Inheritance diagram for quantity::QuantityError:
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 45 of file QuantityError.h.
|
Definition at line 48 of file QuantityError.h. References _message. |
|
Definition at line 51 of file QuantityError.h. |
|
Definition at line 53 of file QuantityError.h. References _message. |
|
Definition at line 60 of file QuantityError.h. Referenced by message(), and QuantityError(). |