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

This exception is raised when the StormInfo class receives an invalid tcvitals line or ATCF line that it cannot parse. More...

Detailed Description

This exception is raised when the StormInfo class receives an invalid tcvitals line or ATCF line that it cannot parse.

The line is available as self.badline.

Definition at line 77 of file storminfo.py.

Inheritance diagram for hwrf.storminfo.InvalidStormInfoLine:
hwrf.storminfo.StormInfoError hwrf.exceptions.HWRFError hwrf.storminfo.CenturyError hwrf.storminfo.InvalidATCF hwrf.storminfo.InvalidVitals

Public Member Functions

def __init__ (self, message, badline)
 InvalidStormInfoLine constructor. More...
 

Public Attributes

 badline
 The line at which the problem happened. More...
 

Constructor & Destructor Documentation

def hwrf.storminfo.InvalidStormInfoLine.__init__ (   self,
  message,
  badline 
)

InvalidStormInfoLine constructor.

Parameters
messagethe error message
badlineline at which the problem happened

Definition at line 81 of file storminfo.py.

Member Data Documentation

hwrf.storminfo.InvalidStormInfoLine.badline

The line at which the problem happened.

Definition at line 86 of file storminfo.py.


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