HWRF  trunk@4391
List of all members
produtil.fileop.RelativePathError Class Reference

Raised when a relative path is given, but an absolute path is expected. More...

Detailed Description

Raised when a relative path is given, but an absolute path is expected.

Definition at line 78 of file fileop.py.

Inheritance diagram for produtil.fileop.RelativePathError:
produtil.fileop.FileOpError

Additional Inherited Members

- Public Member Functions inherited from produtil.fileop.FileOpError
def __init__
 FileOpError constructor. More...
 
def __str__ (self)
 A string description of the problem. More...
 
def __iter__ (self)
 Iterates over a list of tuples, (from,to,message) where from is the source file, to is the destination file and message is a description of the problem with that pair. More...
 
- Public Attributes inherited from produtil.fileop.FileOpError
 message
 The error message.
 
 filename
 The name of the problematic file.
 
 more
 A list of tuples, (from,to,message) where from is the source file, to is the destination file and message is a description of the problem with that pair. More...
 

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