phoenix_title wx.lib.pubsub.core.topicexc.MessageDataSpecError

Raised when an attempt is made to define a topic’s Message Data Specification (MDS) to something that is not valid.

The keyword names for invalid data go in the ‘args’ list, and the msg should state the problem and contain “%s” for the args, such as MessageDataSpecError(‘duplicate args %s’, (‘arg1’, ‘arg2’)).


class_hierarchy Class Hierarchy

Inheritance diagram for class MessageDataSpecError:

super_classes Known Superclasses

RuntimeError


method_summary Methods Summary

__init__

Initialize self. See help(type(self)) for accurate signature.


api Class API

class MessageDataSpecError(RuntimeError)

Raised when an attempt is made to define a topic’s Message Data Specification (MDS) to something that is not valid.

The keyword names for invalid data go in the ‘args’ list, and the msg should state the problem and contain “%s” for the args, such as MessageDataSpecError(‘duplicate args %s’, (‘arg1’, ‘arg2’)).


Methods

__init__(self, msg, args)

Initialize self. See help(type(self)) for accurate signature.