HWRF  trunk@4391
Public Member Functions | Public Attributes | List of all members
produtil.datastore.CallbackExceptions Class Reference

Exception raised when a Product class encounters exceptions while calling its callback functions in Product.call_callbacks. More...

Detailed Description

Exception raised when a Product class encounters exceptions while calling its callback functions in Product.call_callbacks.

Definition at line 692 of file datastore.py.

Inheritance diagram for produtil.datastore.CallbackExceptions:

Public Member Functions

def __init__ (self, message, exlist)
 CallbackExceptions constructor. More...
 

Public Attributes

 messagebase
 The original message sent to the constructor before per-exception messages were appended. More...
 
 exlist
 The list of exceptions raised. More...
 

Constructor & Destructor Documentation

def produtil.datastore.CallbackExceptions.__init__ (   self,
  message,
  exlist 
)

CallbackExceptions constructor.

Parameters
messageThe beginning of the exception message. Each exception's message will be appended to this.
exlistThe list of exceptions.

Definition at line 696 of file datastore.py.

Member Data Documentation

produtil.datastore.CallbackExceptions.exlist

The list of exceptions raised.

Definition at line 702 of file datastore.py.

produtil.datastore.CallbackExceptions.messagebase

The original message sent to the constructor before per-exception messages were appended.

Definition at line 701 of file datastore.py.


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