Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

quantity::InputError Class Reference

exception class More...

#include <QuantityError.h>

Inheritance diagram for quantity::InputError:

quantity::QuantityError List of all members.

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


Detailed Description

exception class

reports an input error during construction from outside data

Definition at line 89 of file QuantityError.h.


Constructor & Destructor Documentation

quantity::InputError::InputError void   )  [inline]
 

default constructor

uses the default text

Definition at line 99 of file QuantityError.h.

References INPUT_ERROR.

quantity::InputError::InputError const std::string  message  )  [inline]
 

constructor with message

uses the message text

Definition at line 104 of file QuantityError.h.


Member Data Documentation

const std::string quantity::InputError::INPUT_ERROR = "inappropriate input" [static, private]
 

definition of InputError default text

Definition at line 50 of file Quantity.cc.

Referenced by InputError().


The documentation for this class was generated from the following files:
Generated on Sun Jan 15 14:05:22 2006 for Quantity by doxygen 1.3.6