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

Class FormValueError

Exception --+        
            |        
StandardError --+    
                |    
       ValueError --+
                    |
                   FormValueError


Subclass ValueError for form errors that shouldn't occur.

I.e. this is for errors that are only the result of:

  1. the user hacking stuff.
  2. the programmer messing up.

Method Summary
    Inherited from Exception
  __init__(...)
  __getitem__(...)
  __str__(...)

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