HWRF
trunk@4391
|
Raised when a relative path is given, but an absolute path is expected. More...
Raised when a relative path is given, but an absolute path is expected.
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... | |