ComponentException¶
-
class ComponentException : public std::runtime_error¶
- #include <cppmicroservices/servicecomponent/ComponentException.hpp>
Exception which may be thrown by Service Component Runtime.
Public Functions
-
explicit ComponentException(std::string const &message)¶
Construct a new ComponentException with the specified message.
- Parameters:
message – The message for the exception.
-
explicit ComponentException(char const *message)¶
-
virtual ~ComponentException() noexcept¶
-
explicit ComponentException(std::string const &message)¶