#include <blpapi_exception.h>
Public Member Functions | |
UnknownErrorException (const std::string &description) | |
const std::string & | description () const throw () |
virtual const char * | what () const throw () |
This class defines an exception for errors that do not fall in any predefined category.
blpapi::UnknownErrorException::UnknownErrorException | ( | const std::string & | description | ) | [explicit] |
Create an exception object initialized with the specified description
.
const std::string& blpapi::Exception::description | ( | ) | const throw () [inherited] |
Return the error description supplied at construction.
virtual const char* blpapi::Exception::what | ( | ) | const throw () [virtual, inherited] |
Return the error description supplied at construction as a null-terminated character sequence.