TuttleOFX
1
|
#include <OfxhException.hpp>
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 |
exception, representing an OfxStatus
Definition at line 21 of file OfxhException.hpp.
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.
OfxStatus tuttle::host::ofx::OfxhException::getStatus | ( | ) | const [inline] |
std::string tuttle::host::ofx::OfxhException::getStatusStr | ( | ) | const [inline] |
Definition at line 57 of file OfxhException.hpp.
References _stat, and tuttle::ofx::mapStatusToString().
OfxStatus tuttle::host::ofx::OfxhException::_stat [private] |
Definition at line 25 of file OfxhException.hpp.
Referenced by getStatus(), and getStatusStr().