15#ifndef _FASTCDR_EXCEPTIONS_LOCKEDEXTERNALACCESSEXCEPTION_H_
16#define _FASTCDR_EXCEPTIONS_LOCKEDEXTERNALACCESSEXCEPTION_H_
37 const char*
const& message)
noexcept;
This abstract class is used to create exceptions.
This class is thrown as an exception when accessing to set the value of a locked external.
Cdr_DllAPI void raise() const override
This function throws the object as exception.
Cdr_DllAPI LockedExternalAccessException & operator=(const LockedExternalAccessException &ex) noexcept
Assigment operation.
virtual Cdr_DllAPI ~LockedExternalAccessException() noexcept
Default destructor.
static Cdr_DllAPI const char *const LOCKED_EXTERNAL_ACCESS_MESSAGE_DEFAULT
Default message used in the library.