thanks Peter!

2006/2/26, Peter Crowther <Peter@ozzard.org>:
> From: nelson -
> If a class doesn't understand a message, there is a chance to
> make it doesn't throw a "MessageNot Understood" exception.

Implement doesNotUnderstand in your class (or one of its superclasses).

                - Peter