HWRF
trunk@4391
|
This exception is raised when an operation that processes multiple files catches more than one exception. More...
This exception is raised when an operation that processes multiple files catches more than one exception.
Additional Inherited Members | |
![]() | |
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... | |
![]() | |
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... | |