TuttleOFX  1
OFX::Exception::Suite Class Reference

thrown when a suite returns a failure status code More...

#include <ofxsCore.h>

Inheritance diagram for OFX::Exception::Suite:
Collaboration diagram for OFX::Exception::Suite:

Public Member Functions

 Suite (OfxStatus s)
 Suite (OfxStatus s, const std::string &what)
OfxStatus status (void)
 operator OfxStatus ()

Protected Attributes

OfxStatus _status

Detailed Description

thrown when a suite returns a failure status code

Definition at line 234 of file ofxsCore.h.


Constructor & Destructor Documentation

OFX::Exception::Suite::Suite ( OfxStatus  s) [inline, explicit]

Definition at line 242 of file ofxsCore.h.

OFX::Exception::Suite::Suite ( OfxStatus  s,
const std::string &  what 
) [inline, explicit]

Definition at line 245 of file ofxsCore.h.


Member Function Documentation

OFX::Exception::Suite::operator OfxStatus ( ) [inline]

Definition at line 249 of file ofxsCore.h.

References _status.

OfxStatus OFX::Exception::Suite::status ( void  ) [inline]

Definition at line 248 of file ofxsCore.h.

References _status.

Referenced by OFX::Private::interactMainEntry(), and OFX::Private::mainEntryStr().


Field Documentation

Definition at line 239 of file ofxsCore.h.

Referenced by operator OfxStatus(), and status().


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