|
Gaudi Framework, version v23r0 |
| Home | Generated: Mon Jan 30 2012 |
#include <PropertyValue.h>


Public Member Functions | |
| PropertyValueException (const std::string &message) | |
Static Public Member Functions | |
| static PropertyValueException | WrongLValue () |
| static PropertyValueException | WrongRValue () |
Definition at line 76 of file PropertyValue.h.
| Gaudi::Parsers::PropertyValueException::PropertyValueException | ( | const std::string & | message ) | [inline] |
Definition at line 78 of file PropertyValue.h.
:
std::runtime_error(message){}
| static PropertyValueException Gaudi::Parsers::PropertyValueException::WrongLValue | ( | ) | [inline, static] |
Definition at line 80 of file PropertyValue.h.
{
return PropertyValueException("Cannot apply +=/-= operation to left value.");
}
| static PropertyValueException Gaudi::Parsers::PropertyValueException::WrongRValue | ( | ) | [inline, static] |
Definition at line 84 of file PropertyValue.h.
{
return PropertyValueException("Cannot apply +=/-= operation to right value.");
}