20 "Locked external: value cannot be set";
23 const char*
const& message) noexcept
This abstract class is used to create exceptions.
Cdr_DllAPI Exception & operator=(const Exception &ex) noexcept
Assigment operation.
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.
Cdr_DllAPI LockedExternalAccessException(const char *const &message) noexcept
Default constructor.