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

Base class of errors related to a WRF domain. More...

Detailed Description

Base class of errors related to a WRF domain.

Definition at line 307 of file exceptions.py.

Inheritance diagram for hwrf.exceptions.WRFDomainError:
hwrf.exceptions.WRFError hwrf.exceptions.HWRFError hwrf.exceptions.DomainExists hwrf.exceptions.InvalidDomainStart

Public Member Functions

def __init__
 WRFDomainError constructor. More...
 

Public Attributes

 domainname
 The domain in question, or None if unknown. More...
 

Constructor & Destructor Documentation

def hwrf.exceptions.WRFDomainError.__init__ (   self,
  message,
  domainname = None 
)

WRFDomainError constructor.

Parameters
messagethe string description of the message
domainnamethe name of the hwrf.wrf.WRFDomain in question

Definition at line 309 of file exceptions.py.

Member Data Documentation

hwrf.exceptions.WRFDomainError.domainname

The domain in question, or None if unknown.

Definition at line 314 of file exceptions.py.


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