Package Tribler :: Package Core :: Module exceptions

Module exceptions

The Tribler-specifc Exceptions the Core may throw.
Classes
  TriblerException
Super class for all Tribler-specific Exceptions the Tribler Core throws.
  OperationNotPossibleAtRuntimeException
The requested operation is not possible after the Session or Download has been started.
  OperationNotPossibleWhenStoppedException
The requested operation is not possible when the Download has been stopped.
  OperationNotEnabledByConfigurationException
The requested operation is not possible with the current Session/Download configuration.
  NotYetImplementedException
The requested operation is not yet fully implemented.
  DuplicateDownloadException
The Download already exists in the Session, i.e., a Download for a torrent with the same infohash already exists.
  VODNoFileSelectedInMultifileTorrentException
Attempt to download a torrent in Video-On-Demand mode that contains multiple video files, but without specifying which one to play.
  LiveTorrentRequiresUsercallbackException
Attempt to download a live-stream torrent without specifying a callback function to call when the stream is ready to play.
  TorrentDefNotFinalizedException
Attempt to start downloading a torrent from a torrent definition that was not finalized.
  TriblerLegacyException
Wrapper around fatal errors that happen in the download engine, but which are not reported as Exception objects for legacy reasons, just as text (often containing a stringified Exception).