OmmUnsupportedDomainTypeException is thrown when a domain type value is greater than 255. More...
Public Member Functions | |
Accessors | |
OmmException::ExceptionType | getExceptionType () const |
More... | |
const EmaString & | getText () const |
More... | |
const EmaString & | toString () const |
More... | |
UInt16 | getDomainType () const |
More... | |
![]() | |
const EmaString & | getExceptionTypeAsString () const |
More... | |
operator const char * () const | |
More... | |
Destructor | |
UInt16 | _domainType |
virtual | ~OmmUnsupportedDomainTypeException () |
More... | |
OmmUnsupportedDomainTypeException () | |
OmmUnsupportedDomainTypeException (const OmmUnsupportedDomainTypeException &) | |
OmmUnsupportedDomainTypeException & | operator= (const OmmUnsupportedDomainTypeException &) |
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] |
Definition at line 33 of file OmmUnsupportedDomainTypeException.h.
|
virtual |
Destructor
UInt16 refinitiv::ema::access::OmmUnsupportedDomainTypeException::getDomainType | ( | ) | const |
Returns the invalid DomainType. DomainTypes must be less than 256.
|
virtual |
Returns ExceptionType.
Implements refinitiv::ema::access::OmmException.
|
virtual |
Returns Text.
Implements refinitiv::ema::access::OmmException.
|
virtual |
Returns a string representation of the class instance.
Implements refinitiv::ema::access::OmmException.
![]() |
![]() |
|