BLPAPI C++ 3.26.6
Loading...
Searching...
No Matches
IndexOutOfRangeException Class Reference

#include <blpapi_exception.h>

Inheritance diagram for IndexOutOfRangeException:
Exception

Detailed Description

This class defines an exception to capture the error when an invalid index is used for an operation that needs index.

See Component blpapi_exception

Public Member Functions

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

Constructor & Destructor Documentation

◆ IndexOutOfRangeException()

IndexOutOfRangeException ( 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: