The Gaudi Framework  v30r4 (9b837755)
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 73 of file PropertyValue.h.

Constructor & Destructor Documentation

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

Definition at line 76 of file PropertyValue.h.

76 : std::runtime_error( message ) {}

Member Function Documentation

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

Definition at line 77 of file PropertyValue.h.

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

Definition at line 82 of file PropertyValue.h.

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

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