modules::bad_value Struct Reference

#include <ModulesOptions.h>

Inherits std::out_of_range.

List of all members.

Public Member Functions

 bad_value (const char *module, const char *name, const char *range, double val)

Detailed Description

Definition at line 21 of file ModulesOptions.h.


Constructor & Destructor Documentation

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     }


The documentation for this struct was generated from the following files:

Generated on 15 Jun 2016 for AlcapDAQ by  doxygen 1.6.1