Public Member Functions

blpapi::InvalidStateException Class Reference

#include <blpapi_exception.h>

Inheritance diagram for blpapi::InvalidStateException:
blpapi::Exception

List of all members.

Public Member Functions

 InvalidStateException (const std::string &description)
const std::string & description () const throw ()
virtual const char * what () const throw ()

Detailed Description

This class defines an exception for calling methods on an object that is not in a valid state.


Constructor & Destructor Documentation

blpapi::InvalidStateException::InvalidStateException ( const std::string &  description  )  [explicit]

Create an exception object initialized with the specified description.


Member Function Documentation

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.


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