TuttleOFX  1
tuttle::host::ofx::OfxhException Class Reference

#include <OfxhException.hpp>

Inheritance diagram for tuttle::host::ofx::OfxhException:
Collaboration diagram for tuttle::host::ofx::OfxhException:

Public Member Functions

 OfxhException (const std::string &what)
 OfxhException (OfxStatus stat)
 OfxhException (OfxStatus stat, const std::string &what)
OfxStatus getStatus () const
 get the status
std::string getStatusStr () const

Private Attributes

OfxStatus _stat

Detailed Description

exception, representing an OfxStatus

Definition at line 21 of file OfxhException.hpp.


Constructor & Destructor Documentation

tuttle::host::ofx::OfxhException::OfxhException ( const std::string &  what) [inline, explicit]

Definition at line 28 of file OfxhException.hpp.

tuttle::host::ofx::OfxhException::OfxhException ( OfxStatus  stat) [inline, explicit]

Definition at line 35 of file OfxhException.hpp.

tuttle::host::ofx::OfxhException::OfxhException ( OfxStatus  stat,
const std::string &  what 
) [inline, explicit]

Definition at line 42 of file OfxhException.hpp.


Member Function Documentation

OfxStatus tuttle::host::ofx::OfxhException::getStatus ( ) const [inline]

get the status

Definition at line 51 of file OfxhException.hpp.

References _stat.

std::string tuttle::host::ofx::OfxhException::getStatusStr ( ) const [inline]
Todo:
tuttle : mapStatusEnumToStr... in tuttle common

Definition at line 57 of file OfxhException.hpp.

References _stat, and tuttle::ofx::mapStatusToString().

Here is the call graph for this function:


Field Documentation

Definition at line 25 of file OfxhException.hpp.

Referenced by getStatus(), and getStatusStr().


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