For functions handling data with multiple types, reports a mismatch between the type requested and the type found.
More...
#include <error.h>
Public Member Functions |
| error_type (const std::string &msg) |
ErrorCode | code () const throw () |
| Exception-specific error code.
|
virtual const char * | what () const throw () |
| Error message.
|
Data Fields |
std::string | msg |
| error message returned by what()
|
Detailed Description
For functions handling data with multiple types, reports a mismatch between the type requested and the type found.
Constructor & Destructor Documentation
wreport::error_type::error_type |
( |
const std::string & |
msg | ) |
|
|
inline |
Member Function Documentation
ErrorCode wreport::error_type::code |
( |
| ) |
const throw () |
|
inlinevirtual |
The documentation for this struct was generated from the following file: