All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Gaudi::Parsers::PropertyValueException Class Reference

#include <src/JobOptionsSvc/PropertyValue.h>

Inheritance diagram for Gaudi::Parsers::PropertyValueException:
Collaboration diagram for Gaudi::Parsers::PropertyValueException:

Public Member Functions

 PropertyValueException (const std::string &message)
 

Static Public Member Functions

static PropertyValueException WrongLValue ()
 
static PropertyValueException WrongRValue ()
 

Detailed Description

Definition at line 73 of file PropertyValue.h.

Constructor & Destructor Documentation

Gaudi::Parsers::PropertyValueException::PropertyValueException ( const std::string &  message)
inline

Definition at line 75 of file PropertyValue.h.

75  :
76  std::runtime_error(message){}

Member Function Documentation

static PropertyValueException Gaudi::Parsers::PropertyValueException::WrongLValue ( )
inlinestatic

Definition at line 77 of file PropertyValue.h.

77  {
78  return PropertyValueException("Cannot apply +=/-= operation to left value.");
79  }
PropertyValueException(const std::string &message)
Definition: PropertyValue.h:75
static PropertyValueException Gaudi::Parsers::PropertyValueException::WrongRValue ( )
inlinestatic

Definition at line 81 of file PropertyValue.h.

81  {
82  return PropertyValueException("Cannot apply +=/-= operation to right value.");
83  }
PropertyValueException(const std::string &message)
Definition: PropertyValue.h:75

The documentation for this class was generated from the following file: