c.l.w.i.NameLookupFailed(NotFoundError) : class documentation

Part of canonical.launchpad.webapp.interfaces View In Hierarchy

Known subclasses: lp.code.interfaces.branch.NoSuchBranch, lp.registry.interfaces.distribution.NoSuchDistribution, lp.registry.interfaces.distroseries.NoSuchDistroSeries, lp.registry.interfaces.person.NoSuchPerson, lp.registry.interfaces.product.NoSuchProduct, lp.registry.interfaces.productseries.NoSuchProductSeries, lp.registry.interfaces.sourcepackagename.NoSuchSourcePackageName, lp.soyuz.interfaces.archive.NoSuchPPA, lp.soyuz.interfaces.packageset.NoSuchPackageSet

Raised when a lookup by name fails.

Subclasses should define the _message_prefix class variable, which will be prefixed to the quoted name of the name that could not be found.

Instance VariablesnameThe name that could not be found.
Method __init__ Undocumented
Method __str__ Undocumented
def __init__(self, name, message=None):
Undocumented
def __str__(self):
Undocumented
API Documentation for Launchpad, generated by pydoctor at 2010-08-03 00:00:16.