#include <casexception.h>
Inheritance diagram for EDoesNotApply:

Public Member Functions | |
| EDoesNotApply (std::string &m) throw () | |
Initializes msg with a user specific message. | |
| EDoesNotApply () throw () | |
Initializes msg. | |
| ~EDoesNotApply () throw () | |
| Dummy. | |
Definition at line 192 of file casexception.h.
| EDoesNotApply::EDoesNotApply | ( | ) | throw () [inline] |
Initializes msg with the appropriate message.
Definition at line 199 of file casexception.h.
| EDoesNotApply::EDoesNotApply | ( | std::string & | m | ) | throw () [inline] |
Initializes msg with a user specific message.
| m | Reference to a string which holds the user specific message. |
Definition at line 211 of file casexception.h.
| EDoesNotApply::~EDoesNotApply | ( | ) | throw () [inline] |
Dummy destructor for completeness.
Definition at line 220 of file casexception.h.
1.4.7