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

This exception is raised when the caller tries to create multiple symlinks in a single target, but the target is not a directory. More...

Detailed Description

This exception is raised when the caller tries to create multiple symlinks in a single target, but the target is not a directory.

Definition at line 63 of file fileop.py.

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