List of all members.
Public Member Functions |
| WTypeMismatch (const std::string &msg="Types mismatching.") |
| Default constructor.
|
virtual | ~WTypeMismatch () throw () |
| Destructor.
|
Detailed Description
Indicates invalid type of something.
This is a general purpose exception wherever a dynamic cast fails for example.
Definition at line 36 of file WTypeMismatch.h.
Constructor & Destructor Documentation
WTypeMismatch::WTypeMismatch |
( |
const std::string & |
msg = "Types mismatching." |
) |
[explicit] |
Default constructor.
- Parameters:
-
| msg | the exception message. |
Definition at line 29 of file WTypeMismatch.cpp.
WTypeMismatch::~WTypeMismatch |
( |
|
) |
throw () [virtual] |
The documentation for this class was generated from the following files: