HWRF  trunk@4391
Public Member Functions | Public Attributes | List of all members
produtil.atparse.NoSuchVariable Class Reference

Raised when a script requests an unknown variable. More...

Detailed Description

Raised when a script requests an unknown variable.

Definition at line 21 of file atparse.py.

Inheritance diagram for produtil.atparse.NoSuchVariable:

Public Member Functions

def __init__
 NoSuchVariable constructor. More...
 

Public Attributes

 infile
 The file that caused the problem.
 
 varname
 The problematic variable name.
 
 line
 The line number that caused the problem.
 

Constructor & Destructor Documentation

def produtil.atparse.NoSuchVariable.__init__ (   self,
  infile,
  varname,
  line = None 
)

NoSuchVariable constructor.

Parameters
infilethe input file that caused problems
varnamethe variable that does not exist
linethe line number of the problematic line

Definition at line 23 of file atparse.py.


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