I am trying to wrap my arms around exceptions.  I see in code:

Try:
     ...
Except myFineException

I have looked at built in exceptions and I see them in tracebacks.

When I look at dExceptions.py I see:

class NoRecordsException(dException):
        pass

What does this do?  Does it just say that a NoRecordsException is Ok? 
Do you add code to it somewhere else?  Or does this just print on the 
traceback?

TIA

PS.  Ed, don't answer this.  It sounds from your last joke like you 
haven't been getting any sleep preparing for PyCon!   ;^)


-- 
Jeff

Jeff Johnson
[email protected]
SanDC, Inc.
623-582-0323
Fax 623-869-0675


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to