Package harold :: Package prog :: Package namespace :: Module exceptions
[show private | hide private]
[frames | no frames]

Module harold.prog.namespace.exceptions


Exceptions
AmbiguousClassWarning Issued whenever a harold.prog.namespace.nsaware_class.NsAwareClass declares ambiguous members implicitely.
AmbiguousMemberException Raised whenever an explicitly ambiguous member is accessed in a context where no namespace has been set for it.
ConflictingNamespacesException Raised by AmbiguousMember whenever a context already having an assigned namespace is assigned another context
InvalidContextWarning Issued by AmbiguousMember whenever an attempt is made to assign a namespace to a part of the interactive module (<stdin> or <console>).
NoDefinitionInNamespaceException Raised by AmbiguousMember whenever an assigned namespace does not define this ambiguous member.
UnrecognizedContextException Raised by AmbiguousMember whenever an abject used as a context is not recognize.
    Warnings
AmbiguousMemberWarning Issued whenever an implicitly (i.e.

Generated by Epydoc 2.1 on Mon Dec 18 15:25:58 2006 http://epydoc.sf.net