Gaudi Framework, version v23r0

Home   Generated: Mon Jan 30 2012
Public Member Functions | Static Public Member Functions

Gaudi::Parsers::PropertyValueException Class Reference

#include <PropertyValue.h>

Inheritance diagram for Gaudi::Parsers::PropertyValueException:
Inheritance graph
[legend]
Collaboration diagram for Gaudi::Parsers::PropertyValueException:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 PropertyValueException (const std::string &message)

Static Public Member Functions

static PropertyValueException WrongLValue ()
static PropertyValueException WrongRValue ()

Detailed Description

Definition at line 76 of file PropertyValue.h.


Constructor & Destructor Documentation

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

Definition at line 78 of file PropertyValue.h.

                                                  :
    std::runtime_error(message){}

Member Function Documentation

static PropertyValueException Gaudi::Parsers::PropertyValueException::WrongLValue (  ) [inline, static]

Definition at line 80 of file PropertyValue.h.

                                              {
    return PropertyValueException("Cannot apply +=/-= operation to left value.");
  }
static PropertyValueException Gaudi::Parsers::PropertyValueException::WrongRValue (  ) [inline, static]

Definition at line 84 of file PropertyValue.h.

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

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Mon Jan 30 2012 13:53:32 for Gaudi Framework, version v23r0 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004