Gaudi Framework, version v23r4

Home   Generated: Mon Sep 17 2012
Public Member Functions | Public Attributes

EnvConfig::Variable::EnvironmentError Class Reference

List of all members.

Public Member Functions

def __init__
def __str__

Public Attributes

 val
 code

Detailed Description

Class which defines errors for locals operations.

Definition at line 310 of file Variable.py.


Constructor & Destructor Documentation

def EnvConfig::Variable::EnvironmentError::__init__ (   self,
  value,
  code 
)

Definition at line 312 of file Variable.py.

00313                                    :
00314         self.val = value
        self.code = code

Member Function Documentation

def EnvConfig::Variable::EnvironmentError::__str__ (   self )

Definition at line 315 of file Variable.py.

00316                      :
00317         if self.code == 'undefined':
00318             return 'Reference to undefined environment element: "'+self.val +'".'
00319         elif self.code == 'ref2var':
00320             return 'Reference to list from the middle of string.'
00321         elif self.code == 'redeclaration':
00322             return 'Wrong redeclaration of environment element "'+self.val+'".'

Member Data Documentation

Definition at line 312 of file Variable.py.

Definition at line 312 of file Variable.py.


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 Sep 17 2012 13:49:53 for Gaudi Framework, version v23r4 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004