The Gaudi Framework  v32r2 (46d42edc)
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 65 of file PropertyValue.h.

Constructor & Destructor Documentation

◆ PropertyValueException()

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

Definition at line 67 of file PropertyValue.h.

67 : std::runtime_error( message ) {}

Member Function Documentation

◆ WrongLValue()

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

Definition at line 68 of file PropertyValue.h.

68  {
69  return PropertyValueException( "Cannot apply +=/-= operation to left value." );
70  }
PropertyValueException(const std::string &message)
Definition: PropertyValue.h:67

◆ WrongRValue()

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

Definition at line 72 of file PropertyValue.h.

72  {
73  return PropertyValueException( "Cannot apply +=/-= operation to right value." );
74  }
PropertyValueException(const std::string &message)
Definition: PropertyValue.h:67

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