lbm_reference
|
Exception class for non-existing parameters. More...
#include <confparser/ConfBlock.h>
Public Member Functions | |
const char * | getParamName () const throw () |
Returns the parameter name. More... | |
ParameterNotFound () throw () | |
Default constructor. More... | |
ParameterNotFound (const std::string paramName) throw () | |
Constructor. More... | |
virtual | ~ParameterNotFound () throw () |
Destructor. More... | |
Private Attributes | |
const std::string | paramName_ |
Parameter name tried to retrieve. More... | |
Exception class for non-existing parameters.
Is capable of providing information about the parameter tried to retrieve and the block tried to retrieve from
Definition at line 25 of file ConfBlock.h.
|
inline |
|
inline |
Constructor.
Sets information about parameter name tried to retrieve as well as block name tried to retrieve from
Definition at line 46 of file ConfBlock.h.
|
inlinevirtual |
Destructor.
Definition at line 53 of file ConfBlock.h.
|
inline |
Returns the parameter name.
Definition at line 63 of file ConfBlock.h.
References paramName_.
|
private |
Parameter name tried to retrieve.
Definition at line 73 of file ConfBlock.h.
Referenced by getParamName().