Class configuration_error
Defined in File Exceptions.h
Inheritance Relationships
Base Type
public sick::runtime_error
(Class runtime_error)
Class Documentation
-
class configuration_error : public sick::runtime_error
A device configuration error.
Public Functions
-
inline explicit configuration_error()
The default constructor of the configuration error object.
-
inline explicit configuration_error(const std::string &what_arg)
Constructor of the configuration error object.
- Parameters:
what_arg – A description of the reason for the failure.
-
inline explicit configuration_error(const char *what_arg)
Constructor of the configuration error object.
- Parameters:
what_arg – A description of the reason for the failure.
-
inline explicit configuration_error()