TuttleOFX
1
|
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) |
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.
OFX::Exception::TypeRequest::TypeRequest | ( | const std::string & | what | ) | [inline, explicit] |
Definition at line 272 of file ofxsCore.h.