The Gaudi Framework  v28r2p1 (f1a77ff4)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules 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)
 
- Public Member Functions inherited from std::runtime_error
runtime_error (T...args)
 
what (T...args)
 
- Public Member Functions inherited from std::exception
what (T...args)
 
~exception (T...args)
 
operator= (T...args)
 
exception (T...args)
 

Static Public Member Functions

static PropertyValueException WrongLValue ()
 
static PropertyValueException WrongRValue ()
 

Detailed Description

Definition at line 68 of file PropertyValue.h.

Constructor & Destructor Documentation

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

Definition at line 70 of file PropertyValue.h.

70  :
71  std::runtime_error(message){}

Member Function Documentation

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

Definition at line 72 of file PropertyValue.h.

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

Definition at line 76 of file PropertyValue.h.

76  {
77  return PropertyValueException("Cannot apply +=/-= operation to right value.");
78  }
PropertyValueException(const std::string &message)
Definition: PropertyValue.h:70

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