Package Ganga :: Package Core :: Module exceptions
[hide private]
[frames] | no frames]

Module exceptions

source code

Classes [hide private]
  GangaException
Markup base class for well-behaved exception that should not print the whole traceback to user's prompt Any subclass of this exception is handled by a custom IPython exception handler and is printed out in an usable format to iPython prompt
  ApplicationConfigurationError
  BackendError
  RepositoryError
For non-bulk operations this exception may contain an original exception 'e' raised by the DB client.
  BulkOperationRepositoryError
For bulk operations this exception have a non-empty dictionary 'details' which contains ids of failed jobs as keys and 'original' exceptions as values.
  IncompleteJobSubmissionError
  IncompleteKillError
  JobManagerError
  GangaAttributeError
  GangaValueError
  ProtectedAttributeError
Attribute is read-only and may not be modified by the user (for example job.id)
  ReadOnlyObjectError
Object cannot be modified (for example job in a submitted state)
  TypeMismatchError
  SchemaError
Variables [hide private]
  __package__ = None
hash(x)