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

Raised when a directory is unspecified, missing or invalid. More...

Detailed Description

Raised when a directory is unspecified, missing or invalid.

Definition at line 77 of file exceptions.py.

Inheritance diagram for hwrf.exceptions.HWRFDirInsane:
hwrf.exceptions.HWRFSanityError hwrf.exceptions.HWRFError

Public Member Functions

def __init__ (self, message, dir)
 HWRFDirInsane constructor. More...
 

Public Attributes

 dir
 The directory in question. More...
 

Constructor & Destructor Documentation

def hwrf.exceptions.HWRFDirInsane.__init__ (   self,
  message,
  dir 
)

HWRFDirInsane constructor.

Parameters
messagea string explanation of the problem
dirthe directory in question

Definition at line 82 of file exceptions.py.

Member Data Documentation

hwrf.exceptions.HWRFDirInsane.dir

The directory in question.

Definition at line 87 of file exceptions.py.

Referenced by produtil.cd.TempDir.name_make_dir().


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