BLPAPI C++ 3.26.6
Loading...
Searching...
No Matches
Component blpapi_exception

Detailed Description

Defines Exceptions that can be thrown by the blpapi library.

Purpose:
Defines Exceptions that can be thrown by the blpapi library.
Classes:
blpapi_ErrorInfoC struct to get more info on error
blpapi::ExceptionBase class from all exceptions
blpapi::DuplicateCorrelationIdExceptionDuplicate CorrelationId exception
blpapi::InvalidStateExceptionInvalid state exception
blpapi::InvalidArgumentExceptionInvalid argument exception
blpapi::InvalidConversionExceptionInvalid conversion exception
blpapi::IndexOutOfRangeExceptionIndex out of range exception
blpapi::FieldNotFoundExceptionField not found exception
blpapi::NotFoundExceptionNot present exception
blpapi::UnknownErrorExceptionUnknown error exception
blpapi::UnsupportedOperationExceptionUnsupported operation exception
blpapi::ExceptionUtilInternal exception generating class
Description:
This file defines various exceptions that blpapi can throw.

Classes

class  Exception
class  DuplicateCorrelationIdException
class  InvalidStateException
class  InvalidArgumentException
class  InvalidConversionException
class  IndexOutOfRangeException
class  FieldNotFoundException
class  UnknownErrorException
class  UnsupportedOperationException
class  NotFoundException
class  ExceptionUtil