#include <QuantityError.h>
Inheritance diagram for quantity::InputError:
Public Member Functions | |
InputError (void) | |
default constructor | |
InputError (const std::string message) | |
constructor with message | |
Static Private Attributes | |
const std::string | INPUT_ERROR = "inappropriate input" |
definition of InputError default text |
reports an input error during construction from outside data
Definition at line 89 of file QuantityError.h.
|
default constructor uses the default text Definition at line 99 of file QuantityError.h. References INPUT_ERROR. |
|
constructor with message uses the message text Definition at line 104 of file QuantityError.h. |
|
definition of InputError default text
Definition at line 50 of file Quantity.cc. Referenced by InputError(). |