.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2017 by Total Control Software License: wxWindows License .. include:: headings.inc .. currentmodule:: wx.lib.pubsub.core.callables .. highlight:: python .. _wx.lib.pubsub.core.callables.ListenerMismatchError: ========================================================================================================================================== |phoenix_title| **wx.lib.pubsub.core.callables.ListenerMismatchError** ========================================================================================================================================== Raised when an attempt is made to subscribe a listener to a topic, but listener does not satisfy the topic's message data specification (MDS). This specification is inferred from the first listener subscribed to a topic, or from an imported topic tree specification (see pub.addTopicDefnProvider()). | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class ListenerMismatchError:

| |super_classes| Known Superclasses ================================== `exceptions.ValueError `_ | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.pubsub.core.callables.ListenerMismatchError.__init__` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: ListenerMismatchError(ValueError) Raised when an attempt is made to subscribe a listener to a topic, but listener does not satisfy the topic's message data specification (MDS). This specification is inferred from the first listener subscribed to a topic, or from an imported topic tree specification (see pub.addTopicDefnProvider()). .. method:: __init__(self, msg, listener, \*args)