EMA C++ Edition
List of all members
refinitiv::ema::access::OmmUnsupportedDomainTypeException Class Reference

OmmUnsupportedDomainTypeException is thrown when a domain type value is greater than 255. More...

Inheritance diagram for refinitiv::ema::access::OmmUnsupportedDomainTypeException:
refinitiv::ema::access::OmmException

Public Member Functions

Accessors
OmmException::ExceptionType getExceptionType () const
  More...
 
const EmaStringgetText () const
  More...
 
const EmaStringtoString () const
  More...
 
UInt16 getDomainType () const
  More...
 
- Public Member Functions inherited from refinitiv::ema::access::OmmException
const EmaStringgetExceptionTypeAsString () const
  More...
 
 operator const char * () const
  More...
 

Destructor

UInt16 _domainType
 
virtual ~OmmUnsupportedDomainTypeException ()
  More...
 
 OmmUnsupportedDomainTypeException ()
 
 OmmUnsupportedDomainTypeException (const OmmUnsupportedDomainTypeException &)
 
OmmUnsupportedDomainTypeExceptionoperator= (const OmmUnsupportedDomainTypeException &)
 

Additional Inherited Members

- Public Types inherited from refinitiv::ema::access::OmmException
enum  ExceptionType {
  OmmInvalidUsageExceptionEnum ,
  OmmInvalidConfigurationExceptionEnum ,
  OmmSystemExceptionEnum ,
  OmmOutOfRangeExceptionEnum ,
  OmmInvalidHandleExceptionEnum ,
  OmmMemoryExhaustionExceptionEnum ,
  OmmInaccessibleLogFileExceptionEnum ,
  OmmUnsupportedDomainTypeExceptionEnum ,
  OmmJsonConverterExceptionEnum
}
 
- Protected Member Functions inherited from refinitiv::ema::access::OmmException
 OmmException ()
 
virtual ~OmmException ()
 
OmmExceptionstatusText (const EmaString &statusText)
 
OmmExceptionstatusText (const char *statusText)
 
const EmaStringtoStringInt () const
 
 OmmException (const OmmException &)
 
OmmExceptionoperator= (const OmmException &)
 
- Protected Attributes inherited from refinitiv::ema::access::OmmException
UInt32 _errorTextLength
 
UInt32 _errorTextPadding
 
char _errorText [MAX_SIZE]
 
char _space [MAX_SIZE_PLUS_PADDING]
 

Detailed Description

Remarks
All methods in this class are Lock-free Method.
See also
OmmException, OmmConsumerErrorClient, OmmProviderErrorClient

Definition at line 33 of file OmmUnsupportedDomainTypeException.h.

Constructor & Destructor Documentation

◆ ~OmmUnsupportedDomainTypeException()

virtual refinitiv::ema::access::OmmUnsupportedDomainTypeException::~OmmUnsupportedDomainTypeException ( )
virtual

Destructor

Member Function Documentation

◆ getDomainType()

UInt16 refinitiv::ema::access::OmmUnsupportedDomainTypeException::getDomainType ( ) const

Returns the invalid DomainType. DomainTypes must be less than 256.

Returns
domain type value that caused the exception

◆ getExceptionType()

OmmException::ExceptionType refinitiv::ema::access::OmmUnsupportedDomainTypeException::getExceptionType ( ) const
virtual

◆ getText()

const EmaString& refinitiv::ema::access::OmmUnsupportedDomainTypeException::getText ( ) const
virtual

Returns Text.

Returns
EmaString with exception text information

Implements refinitiv::ema::access::OmmException.

◆ toString()

const EmaString& refinitiv::ema::access::OmmUnsupportedDomainTypeException::toString ( ) const
virtual

Returns a string representation of the class instance.

Returns
string representation of the class instance

Implements refinitiv::ema::access::OmmException.