API¶
Package appcore¶
Common application configuration management.
Module appcore.exceptions¶
Family of exceptions for package API.
- exception appcore.exceptions.AddressLocateFailure(subject, address, part)¶
Bases:
Omnierror,LookupErrorFailure to locate address.
- exception appcore.exceptions.AsyncAssertionFailure(entity)¶
Bases:
Omnierror,AssertionError,TypeErrorAssertion of awaitability of entity failed.
- exception appcore.exceptions.EntryAssertionFailure(subject, name)¶
Bases:
Omnierror,AssertionError,KeyErrorAssertion of entry in dictionary failed.
- exception appcore.exceptions.FileLocateFailure(subject, name)¶
Bases:
Omnierror,FileNotFoundErrorFailure to locate file.
- exception appcore.exceptions.Omnierror(*posargs, **nomargs)¶
Bases:
Omniexception,ExceptionBase for error exceptions raised by package API.
- exception appcore.exceptions.Omniexception(*posargs, **nomargs)¶
Bases:
Object,BaseExceptionBase for all exceptions raised by package API.
- exception appcore.exceptions.OperationInvalidity(subject, name)¶
Bases:
Omnierror,RuntimeErrorInvalid operation.