class ParameterException

The ParameterException occurs when a node needs a parameter for its initialization and couldn't find it or if a parameter is unknown. More...

Definition#include <data-flow/include/ParameterSet.h>
InheritsBaseException
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Members


Detailed Description

The ParameterException occurs when a node needs a parameter for its initialization and couldn't find it or if a parameter is unknown.

 ParameterException (string _message, string _param_name, ParameterSet _params) : param_name(_param_name) , params(_params) , message(_message)

The constructor with the parameters

void  print (ostream &out = cerr)

[virtual]

The print method

Reimplemented from BaseException.

string param_name

[protected]

the parameter name

ParameterSet params

[protected]

the parameter set

string message

[protected]

The error message