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(const std::string &message)¶ Construct a new ComponentException with the specified message.
- Parameters
message: The message for the exception.
-
ComponentException(const char *message)¶
-
virtual
~ComponentException()¶
-