Package entropy :: Module exceptions

Module exceptions

source code


Author: Fabio Erculiani <lxnay@sabayonlinux.org>

Contact: lxnay@sabayonlinux.org

Copyright: Fabio Erculiani

License: GPL-2

Entropy Framework exceptions class module

This module contains Entropy Framework exceptions classes.

Classes
  DumbException
Dumb exception class
  EntropyException
General superclass for Entropy exceptions
  CorruptionError
Corruption indication
  CacheCorruptionError
On-Disk cache Corruption indication
  InvalidDependString
An invalid depend string has been encountered
  DependenciesNotFound
During dependencies calculation, dependencies were not found, list (set) of missing dependencies are in the .value attribute
  InvalidVersionString
An invalid version string has been encountered
  SecurityViolation
An incorrect formatting was passed instead of the expected one
  IncorrectParameter
A parameter of the wrong type was passed
  MissingParameter
A parameter is required for the action requested but was not passed
  ParseError
An error was generated while attempting to parse the request
  InvalidData
An incorrect formatting was passed instead of the expected one
  InvalidDataType
An incorrect type was passed instead of the expected one
  RepositoryError
Cannot open repository database
  EntropyRepositoryError
An Entropy-related error occured in EntropyRepository class methods
  RepositoryPluginError
Error during EntropyRepositoryPlugin hook execution
  ConnectionError
Cannot connect to service
  InterruptError
Raised to interrupt a thread or process
  UriHandlerNotFound
Raised when URI handler (in entropy.transceivers.EntropyTransceiver) for given URI is not available.
  TransceiverError
FTP errors
  SystemDatabaseError
Cannot open system database
  SPMError
Source Package Manager generic errors
  OnlineMirrorError
Mirror issue
  QueueError
Action queue issue
  InvalidLocation
Data was not found when it was expected to exist or was specified incorrectly
  InvalidAtom
Atom not properly formatted
  InvalidPackageSet
Package set does not exist
  FileNotFound
A file was not found when it was expected to exist
  DirectoryNotFound
A directory was not found when it was expected to exist
  OperationNotPermitted
An operation was not permitted operating system
  PermissionDenied
Permission denied
  ReadOnlyFileSystem
Read-only file system
  CommandNotFound
A required binary was not available or executable
  LibraryNotFound
A required library was not available or executable
  SSLError
SSL support is not available
  TimeoutError
Generic Timeout Error exception
  EntropyPackageException
Malformed or missing package data
Variables
  __package__ = 'entropy'