CASObject being evaluated.
More...
#include <casexception.h>
Inheritance diagram for EEvaluateFirst:

Public Member Functions | |
| EEvaluateFirst (std::string &m) throw () | |
Initializes msg with a user specific message. | |
| EEvaluateFirst () throw () | |
Initializes msg. | |
| ~EEvaluateFirst () throw () | |
| Dummy. | |
Definition at line 230 of file casexception.h.
| EEvaluateFirst::EEvaluateFirst | ( | ) | throw () [inline] |
Initializes msg with the appropriate message.
Definition at line 237 of file casexception.h.
| EEvaluateFirst::EEvaluateFirst | ( | std::string & | m | ) | throw () [inline] |
Initializes msg with a user specific message.
| m | Reference to a string holding the user specific message. |
Definition at line 248 of file casexception.h.
| EEvaluateFirst::~EEvaluateFirst | ( | ) | throw () [inline] |
Dummy destructor for completeness.
Definition at line 257 of file casexception.h.
1.4.7