OmmInvalidHandleException is thrown when application passes in an invalid handle to OmmConsumer. More...
Public Member Functions | |
Accessors | |
OmmException::ExceptionType | getExceptionType () const |
More... | |
const EmaString & | getText () const |
More... | |
const EmaString & | toString () const |
More... | |
UInt64 | getHandle () const |
More... | |
![]() | |
const EmaString & | getExceptionTypeAsString () const |
More... | |
operator const char * () const | |
More... | |
Destructor | |
UInt64 | _handle |
virtual | ~OmmInvalidHandleException () |
More... | |
OmmInvalidHandleException (UInt64) | |
OmmInvalidHandleException (const OmmInvalidHandleException &) | |
OmmInvalidHandleException & | operator= (const OmmInvalidHandleException &) |
Additional Inherited Members | |
![]() | |
enum | ExceptionType { OmmInvalidUsageExceptionEnum , OmmInvalidConfigurationExceptionEnum , OmmSystemExceptionEnum , OmmOutOfRangeExceptionEnum , OmmInvalidHandleExceptionEnum , OmmMemoryExhaustionExceptionEnum , OmmInaccessibleLogFileExceptionEnum , OmmUnsupportedDomainTypeExceptionEnum , OmmJsonConverterExceptionEnum } |
![]() | |
OmmException () | |
virtual | ~OmmException () |
OmmException & | statusText (const EmaString &statusText) |
OmmException & | statusText (const char *statusText) |
const EmaString & | toStringInt () const |
OmmException (const OmmException &) | |
OmmException & | operator= (const OmmException &) |
![]() | |
UInt32 | _errorTextLength |
UInt32 | _errorTextPadding |
char | _errorText [MAX_SIZE] |
char | _space [MAX_SIZE_PLUS_PADDING] |
OmmConsumer uses UInt64 values, called handles to identify individual item streams. OmmConsumer validates each passed in handle against all open and known handles.
Definition at line 36 of file OmmInvalidHandleException.h.
|
virtual |
Destructor
|
virtual |
Returns ExceptionType.
Implements refinitiv::ema::access::OmmException.
UInt64 refinitiv::ema::access::OmmInvalidHandleException::getHandle | ( | ) | const |
Returns the invalid handle.
|
virtual |
Returns Text.
Implements refinitiv::ema::access::OmmException.
|
virtual |
Returns a string representation of the class instance.
Implements refinitiv::ema::access::OmmException.
![]() |
![]() |
|