Exception raised when a Product class encounters exceptions while calling its callback functions in Product.call_callbacks. More...
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.
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... | |
def produtil.datastore.CallbackExceptions.__init__ | ( | self, | |
message, | |||
exlist | |||
) |
CallbackExceptions constructor.
message | The beginning of the exception message. Each exception's message will be appended to this. |
exlist | The list of exceptions. |
Definition at line 696 of file datastore.py.
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.