#include <ParameterSet.h>
Inheritance diagram for FD::ParameterException:


Public Member Functions | |
| ParameterException (std::string _message, std::string _param_name, ParameterSet _params) | |
| virtual void | print (std::ostream &out=std::cerr) |
Protected Attributes | |
| std::string | param_name |
| ParameterSet | params |
| std::string | message |
|
||||||||||||||||
|
The constructor with the parameters |
|
|
The print method Implements FD::BaseException. |
|
|
The error message |
|
|
the parameter name |
|
|
the parameter set |
1.4.4