5.1.7. Unsupported
-
class Unsupported : public eprosima::statistics_backend::Exception
Exception to signal that an operation is not supported.
Public Functions
-
Unsupported(const Unsupported &other) = default
Copies the statistics_backend::Unsupported exception into a new one.
- Parameters:
other – The original exception object to copy
-
Unsupported &operator=(const Unsupported &other) = default
Copies the statistics_backend::Unsupported exception into the current one.
- Parameters:
other – The original statistics_backend::Unsupported exception to copy
- Returns:
the current statistics_backend::Unsupported 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
-
Unsupported(const Unsupported &other) = default