Thrown when a TRSL component receives a parameter that has a forbidden value. More...
#include <error_handling.hpp>
Public Member Functions | |
bad_parameter_value (const std::string &s) | |
bad_parameter_value (const char *s) | |
Public Member Functions inherited from trsl::runtime_error | |
runtime_error (const std::string &s) | |
runtime_error (const char *s) | |
Thrown when a TRSL component receives a parameter that has a forbidden value.
Definition at line 27 of file error_handling.hpp.