ExpertException
index
/home/graeme/CVS/dna/expertise/python/graeme/Expert/ExpertException.py

ExpertException.py
# Maintained by G.Winter
# 20th January 2004

# A generic exception class for the Expert System.




# $Id: ExpertException.html,v 1.1 2004/10/01 12:15:56 gwin Exp $

 
Modules
       
exceptions

 
Classes
       
exceptions.Exception
ExpertException

 
class ExpertException(exceptions.Exception)
    A cheapo exception class
 
  Methods defined here:
__init__(self, args)

Methods inherited from exceptions.Exception:
__getitem__(...)
__str__(...)