|
RTC Toolkit 5.1.0
|
The RepositoryServiceException is thrown when unexpected problems arise accessing the underlying repository service. More...
#include <populateConfig.hpp>
Public Member Functions | |
| RepositoryServiceException (const std::string &repository) | |
| Constructs the exception indicating a problem occurred when accessing the named repository. | |
Public Member Functions inherited from rtctk::componentFramework::RtctkException | |
| RtctkException () noexcept | |
| RtctkException (const std::string &msg) | |
| RtctkException (const RtctkException &other) noexcept | |
| ~RtctkException () override=default | |
The RepositoryServiceException is thrown when unexpected problems arise accessing the underlying repository service.
|
explicit |
Constructs the exception indicating a problem occurred when accessing the named repository.
| [in] | repository | The name of the repository being accessed. |