ComponentException

class cppmicroservices::service::component::ComponentException
#include <cppmicroservices/servicecomponent/ComponentException.hpp>

Exception which may be thrown by Service Component Runtime.

Inherits from std::runtime_error

Public Functions

ComponentException(std::string const &message)

Construct a new ComponentException with the specified message.

Parameters
  • message: The message for the exception.

ComponentException(char const *message)
virtual ~ComponentException()