#include <ModulesOptions.h>
Inherits std::out_of_range.
Public Member Functions | |
bad_value (const char *module, const char *name, const char *range, double val) |
Definition at line 21 of file ModulesOptions.h.
modules::bad_value::bad_value | ( | const char * | module, | |
const char * | name, | |||
const char * | range, | |||
double | val | |||
) |
Definition at line 10 of file ModulesOptions.cpp.
00010 : 00011 std::out_of_range(Form("For '%s', option '%s' has value %f," 00012 " which fails '%s'", module,name,val,range)){ 00013 }