> 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