EMA C++ Edition
OmmUnsupportedDomainTypeException.h
Go to the documentation of this file.
1/*|-----------------------------------------------------------------------------
2 *| This source code is provided under the Apache 2.0 license
3 *| and is provided AS IS with no warranty or guarantee of fit for purpose.
4 *| See the project's LICENSE.md for details.
5 *| Copyright (C) 2019 LSEG. All rights reserved. --
6 *|-----------------------------------------------------------------------------
7 */
8
9#ifndef __refinitiv_ema_access_OmmUnsupportedDomainTypeException_h
10#define __refinitiv_ema_access_OmmUnsupportedDomainTypeException_h
11
24
25namespace refinitiv {
26
27namespace ema {
28
29namespace access {
30
31class EmaString;
32
34{
35public :
36
38
39
43
47 const EmaString& getText() const;
48
52 const EmaString& toString() const;
53
59
61
62
66
67protected :
68
70
72
75};
76
77}
78
79}
80
81}
82
83#endif // __refinitiv_ema_access_OmmUnsupportedDomainTypeException_h
#define EMA_ACCESS_API
Definition: Common.h:95
*|--------------------------------------------------------------------------—
Definition: AckMsg.h:62
unsigned short UInt16
represents 16-bit unsigned integer
Definition: Common.h:44
The access namespace contains all interfaces and definitions specified for use with the EMA Access pa...
The ema namespace contains all interfaces and definitions specified for use with EMA.
EmaString class is a container of a null terminated Ascii character string.
Definition: EmaString.h:57
OmmException is a parent class for all exception types thrown by EMA.
Definition: OmmException.h:46
OmmUnsupportedDomainTypeException is thrown when a domain type value is greater than 255.
OmmUnsupportedDomainTypeException(const OmmUnsupportedDomainTypeException &)
OmmUnsupportedDomainTypeException & operator=(const OmmUnsupportedDomainTypeException &)
OmmException::ExceptionType getExceptionType() const