#include <Exceptions.h>
Public Member Functions | |
Exception (HRESULT hResult) | |
Exception (HRESULT hResult, std::string strMessage, const StringVector &vecParemeters=StringVector()) | |
Exception (std::string strMessage, const StringVector &vecParemeters=StringVector()) | |
Exception (const Exception &ex) | |
virtual | ~Exception () |
HRESULT | getHResult () const |
std::string | getKind () const |
Definition at line 144 of file Exceptions.h.
BON::Exception::Exception | ( | HRESULT | hResult | ) |
Definition at line 199 of file Exceptions.cpp.
BON::Exception::Exception | ( | HRESULT | hResult, | |
std::string | strMessage, | |||
const StringVector & | vecParemeters = StringVector() | |||
) |
Definition at line 210 of file Exceptions.cpp.
BON::Exception::Exception | ( | std::string | strMessage, | |
const StringVector & | vecParemeters = StringVector() | |||
) |
Reimplemented from Util::Exception.
Definition at line 221 of file Exceptions.cpp.
BON::Exception::Exception | ( | const Exception & | ex | ) |
Definition at line 226 of file Exceptions.cpp.
virtual BON::Exception::~Exception | ( | ) | [inline, virtual] |
Reimplemented from Util::Exception.
Definition at line 159 of file Exceptions.h.
HRESULT BON::Exception::getHResult | ( | ) | const |
Definition at line 231 of file Exceptions.cpp.
std::string BON::Exception::getKind | ( | ) | const [virtual] |
Reimplemented from Util::Exception.
Definition at line 236 of file Exceptions.cpp.