BLPAPI C++  3.21.0
DuplicateCorrelationIdException Class Reference

#include <blpapi_exception.h>

Inheritance diagram for DuplicateCorrelationIdException:
Exception

Public Member Functions

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

Detailed Description

The class defines an exception for non unique blpapi::CorrelationId.

See Component blpapi_exception

Constructor & Destructor Documentation

◆ DuplicateCorrelationIdException()

DuplicateCorrelationIdException ( const std::string &  description)
explicit

Create an exception object initialized with the specified description.

Member Function Documentation

◆ description()

const std::string & description ( ) const
throw (
)
inherited

Return the error description supplied at construction.

◆ what()

const char * what ( ) const
throw (
)
virtualinherited

Return the error description supplied at construction as a null-terminated character sequence.


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