15 #ifndef _FASTCDR_EXCEPTIONS_LOCKEDEXTERNALACCESSEXCEPTION_H_
16 #define _FASTCDR_EXCEPTIONS_LOCKEDEXTERNALACCESSEXCEPTION_H_
18 #include "Exception.h"
37 const char*
const& message) noexcept;
75 void raise() const override;
78 static const
char* const LOCKED_EXTERNAL_ACCESS_MESSAGE_DEFAULT;
This abstract class is used to create exceptions.
Definition: Exception.h:29
This class is thrown as an exception when accessing to set the value of a locked external.
Definition: LockedExternalAccessException.hpp:28
virtual ~LockedExternalAccessException() noexcept
Default destructor.
LockedExternalAccessException(const char *const &message) noexcept
Default constructor.
LockedExternalAccessException(LockedExternalAccessException &&ex) noexcept
Default move constructor.
LockedExternalAccessException(const LockedExternalAccessException &ex) noexcept
Default copy constructor.
Definition: fixed_size_string.hpp:32