The Gaudi Framework  master (594c33fa)
Gaudi::Parsers::PropertyValueException Class Reference

#include </builds/gaudi/Gaudi/GaudiCoreSvc/src/JobOptionsSvc/PropertyValue.h>

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

Public Member Functions

 PropertyValueException (const std::string &message)
 
- Public Member Functions inherited from std::runtime_error
runtime_error (T... args)
 
what (T... args)
 

Static Public Member Functions

static PropertyValueException WrongLValue ()
 
static PropertyValueException WrongRValue ()
 

Detailed Description

Definition at line 75 of file PropertyValue.h.

Constructor & Destructor Documentation

◆ PropertyValueException()

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

Definition at line 77 of file PropertyValue.h.

Member Function Documentation

◆ WrongLValue()

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

Definition at line 78 of file PropertyValue.h.

78  {
79  return PropertyValueException( "Cannot apply +=/-= operation to left value." );
80  }

◆ WrongRValue()

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

Definition at line 82 of file PropertyValue.h.

82  {
83  return PropertyValueException( "Cannot apply +=/-= operation to right value." );
84  }

The documentation for this class was generated from the following file:
GaudiHive.precedence.message
message
Definition: precedence.py:19
Gaudi::Parsers::PropertyValueException::PropertyValueException
PropertyValueException(const std::string &message)
Definition: PropertyValue.h:77
std::runtime_error
STL class.