HWRF  trunk@4391
List of all members
hwrf.exceptions.EndNotTimestep Class Reference

Raised when the end of a timespan is not a timestep. More...

Detailed Description

Raised when the end of a timespan is not a timestep.

Presently unused.

Presently unused, this was to indicate that the end of a timespan is not on a timestep, for temporally discrete processes. Such end times are allowed in WRF, so this exception is unused.

Definition at line 227 of file exceptions.py.

Inheritance diagram for hwrf.exceptions.EndNotTimestep:
hwrf.exceptions.InvalidTimespan hwrf.exceptions.HWRFTimeError hwrf.exceptions.HWRFError

Additional Inherited Members

- Public Member Functions inherited from hwrf.exceptions.InvalidTimespan
def __init__ (self, message, start, end)
 Constructor for InvalidTimespan. More...
 
- Public Attributes inherited from hwrf.exceptions.InvalidTimespan
 start
 the start of the problematic timespan
 
 end
 the end of the problematic timespan
 

The documentation for this class was generated from the following file: