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
  EntropyException
General superclass for Entropy exceptions
  CorruptionError
Corruption indication
  CacheCorruptionError
On-Disk cache Corruption indication
  InvalidDependString
An invalid depend string has been encountered
  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
  ConnectionError
Cannot connect to service
  InterruptError
Raised to interrupt a thread or process
  FtpError
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