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

This exception is raised when an operation that processes multiple files catches more than one exception. More...

Detailed Description

This exception is raised when an operation that processes multiple files catches more than one exception.

Definition at line 60 of file fileop.py.

Inheritance diagram for produtil.fileop.FileOpErrors:
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: