1 #ifndef SAFIR_DOB_OVERFLOWEXCEPTION_H_INCLUDED
2 #define SAFIR_DOB_OVERFLOWEXCEPTION_H_INCLUDED
4 #include <Safir/Utilities/Internal/VisibilityHelpers.h>
6 #ifdef dots_generated_Safir_cpp_EXPORTS
7 # define DOTS_GENERATED_Safir_API SAFIR_HELPER_DLL_EXPORT
9 # define DOTS_GENERATED_Safir_API SAFIR_HELPER_DLL_IMPORT
10 # define SAFIR_LIBRARY_NAME "dots_generated-Safir-cpp"
11 # include <Safir/Utilities/Internal/AutoLink.h>
13 #define DOTS_GENERATED_Safir_API_LOCAL SAFIR_HELPER_DLL_LOCAL
49 (
const std::wstring & message,
50 const std::wstring & fileName,
54 virtual const std::wstring
GetName()
const;
#define DOTS_GENERATED_Safir_API
Definition: OverflowException.h:9
This is the base class of all (non-Fundamental) Exceptions.
Definition: Exceptions.h:223
DotsC_Int64 Int64
64 bit integer type.
Definition: Defs.h:70
DotsC_TypeId TypeId
A unique type identifier.
Definition: Defs.h:219
virtual Safir::Dob::Typesystem::TypeId GetTypeId() const
Get the type id of this exception.
Definition: OverflowException.h:60
Thrown when data could not be sent due to overflowing queues.
Definition: OverflowException.h:32
DOTS_CPP_API std::wstring GetName(const Dob::Typesystem::TypeId typeId, const Dob::Typesystem::MemberIndex member)
Get the name of the specified member as it was defined in the xml description.