[Divunal-devel] ControlWanderer

Glyph Lefkowitz glyph@divunal.com
Fri, 30 Jul 1999 21:50:26 -0400 (EDT)


I've noticed in a few Verbs that there are try{}catch(){} blocks that
catch all of the RPExceptions that a verb might throw.  This is bad.

public boolean action(Sentence d) throws RPException
                                  ^^^^^^^^^^^^^^^^^^

This is an important thing.  Please make sure your verbs throw appropriate
exception and PLEASE don't print stuff like "Exception: " to the user --
log that, if you must...

Especially considering that rather than "what do you want to start" they
will hear "Exception: What do you want to start?".

--glyph