The Gaudi Framework  v31r0 (aeb156f0)
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 66 of file PropertyValue.h.

Constructor & Destructor Documentation

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

Definition at line 68 of file PropertyValue.h.

68 : std::runtime_error( message ) {}

Member Function Documentation

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

Definition at line 69 of file PropertyValue.h.

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

Definition at line 73 of file PropertyValue.h.

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

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