HWRF
trunk@4391
|
Raised when the end of a timespan is before the beginning. More...
Raised when the end of a timespan is before the beginning.
Definition at line 225 of file exceptions.py.
Additional Inherited Members | |
![]() | |
def | __init__ (self, message, start, end) |
Constructor for InvalidTimespan. More... | |
![]() | |
start | |
the start of the problematic timespan | |
end | |
the end of the problematic timespan | |