1 #ifndef SAFIR_DOB_ACCESSDENIEDEXCEPTION_H_INCLUDED
2 #define SAFIR_DOB_ACCESSDENIEDEXCEPTION_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;
Thrown when not owner tries to set/delete an entity.
Definition: AccessDeniedException.h:32
This is the base class of all Fundamental Exceptions.
Definition: Exceptions.h:190
#define DOTS_GENERATED_Safir_API
Definition: AccessDeniedException.h:9
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: AccessDeniedException.h:60
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.