HWRF  trunk@4391
Public Member Functions | Public Attributes | List of all members
hwrf.exceptions.InvalidTimespan Class Reference

Superclass of exceptions relating to groups of one or more distinct times and relationships between them. More...

Detailed Description

Superclass of exceptions relating to groups of one or more distinct times and relationships between them.

Definition at line 207 of file exceptions.py.

Inheritance diagram for hwrf.exceptions.InvalidTimespan:
hwrf.exceptions.HWRFTimeError hwrf.exceptions.HWRFError hwrf.exceptions.EndBeforeStart hwrf.exceptions.EndNotTimestep hwrf.exceptions.NoTimespan hwrf.exceptions.StartNotAtParentTimestep hwrf.exceptions.TimestepTooLong hwrf.exceptions.TimestepTooShort

Public Member Functions

def __init__ (self, message, start, end)
 Constructor for InvalidTimespan. More...
 

Public Attributes

 start
 the start of the problematic timespan
 
 end
 the end of the problematic timespan
 

Constructor & Destructor Documentation

def hwrf.exceptions.InvalidTimespan.__init__ (   self,
  message,
  start,
  end 
)

Constructor for InvalidTimespan.

Parameters
messagethe string explanation of the problem
startthe start of the timespan
endthe end of the timespan

Definition at line 216 of file exceptions.py.


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