5.1.5. Inconsistency

class Inconsistency : public eprosima::statistics_backend::Exception

Exception to signal that an inconsistency inside the database has been found.

Public Functions

Inconsistency(const Inconsistency &other) = default

Copies the statistics_backend::Inconsistency exception into a new one.

Parameters

other – The original exception object to copy

Inconsistency &operator=(const Inconsistency &other) = default

Copies the statistics_backend::Inconsistency exception into the current one.

Parameters

other – The original statistics_backend::Inconsistency exception to copy

Returns

the current statistics_backend::Inconsistency exception after the copy

Exception(const char *message) noexcept

Construct a new statistics_backend::Exception object.

Parameters

message – The message to be returned by what()

Exception(const std::string &message)

Construct a new statistics_backend::Exception object.

Parameters

message – The message to be returned by what()

Exception(const Exception &other) = default

Copies the statistics_backend::Exception object into a new one.

Parameters

other – The original exception object to copy