objects.logic.common.exception.exception Class Reference

Base Exception class. More...

List of all members.

Public Member Functions

def __init__
def __getattr__

Public Attributes

 reason
 fatal


Detailed Description

Base Exception class.

I didn't take full advantage of this...

Definition at line 18 of file exception.py.


Member Function Documentation

def objects.logic.common.exception.exception.__getattr__ (   self,
  name 
)

Definition at line 23 of file exception.py.

00023                                :
00024         if name == 'reason': return self.reason
00025         if name == 'fatal': return self.fatal
00026         
00027         raise AttributeError, name
        raise AttributeError, name

def objects.logic.common.exception.exception.__init__ (   self,
  _rs,
  _ftl 
)

Definition at line 19 of file exception.py.

00019                                  :
00020         self.reason = _rs
00021         self.fatal = _ftl
00022         
    def __getattr__(self, name):


Member Data Documentation

Definition at line 21 of file exception.py.

Definition at line 20 of file exception.py.


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

Generated on Mon Mar 30 00:26:33 2009 for EyeSpy by  doxygen 1.5.8