TuttleOFX  1
OFX::Exception::TypeRequest Class Reference

exception indicating a request for a named thing exists (eg: a param), but is of the wrong type, should never make it back to the main entry indicates a logical error in the code. Asserts are raised in debug code in these situations. More...

#include <ofxsCore.h>

Public Member Functions

 TypeRequest (const std::string &what)

Detailed Description

exception indicating a request for a named thing exists (eg: a param), but is of the wrong type, should never make it back to the main entry indicates a logical error in the code. Asserts are raised in debug code in these situations.

Definition at line 269 of file ofxsCore.h.


Constructor & Destructor Documentation

OFX::Exception::TypeRequest::TypeRequest ( const std::string &  what) [inline, explicit]

Definition at line 272 of file ofxsCore.h.


The documentation for this class was generated from the following file: