comet.CometError ******************************************************************************* .. py:class:: comet.CometError Inherits: :py:class:`Exception` The exception raised by most comet functions when an internal error occurs. Since there are several hundred of internal errors that can occur this class sums them all up instead of having one error class for each possible error. Methods =============================================================================== .. automethod:: comet.CometError.__init__ .. automethod:: comet.CometError.__str__ .. automethod:: comet.CometError.getMessage .. automethod:: comet.CometError.getCode .. automethod:: comet.CometError.getAdditionalInfo