Package aquarium :: Package util :: Module InternalLibrary :: Class Forward
[show private | hide private]
[frames | no frames]

Class Forward

Exception --+
            |
           Forward


Raise an instance of this class to make Aquarium do a forward.

Actually, you should use aquarium.util.InternalLibrary.forward to do that for you.

The following attributes are used:

screen
The module name of the screen relative to the screen directory
*args, **kargs
The arguments to pass to the screen's __call__ method.

Method Summary
  __init__(self, screen, *args, **kargs)
Just accept the parameters.
    Inherited from Exception
  __getitem__(...)
  __str__(...)

Method Details

__init__(self, screen, *args, **kargs)
(Constructor)

Just accept the parameters.

Overrides:
exceptions.Exception.__init__

Generated by Epydoc 2.1 on Mon Jan 1 16:34:19 2007 http://epydoc.sf.net