qat.comm.exceptions.ttypes.PluginException

class qat.comm.exceptions.ttypes.PluginException

A Plugin is supposed to raise an exception of type PluginException

Parameters
  • code (int) – error code (see ErrorType to get the list of valid error codes)

  • modulename (str, optional) – module in which the exception is raised

  • message (str, optional) – error message

  • file (str, optional) – file in which the exception is raised

  • line (int, optional) – line index