Class configuration_error

Inheritance Relationships

Base Type

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.