messsage not understood

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

messsage not understood

nelson -
hi all,
   If a class doesn't understand a message, there is a chance to make it doesn't throw a "MessageNot Understood" exception. The code i'm porting behaves this way....
nelson


Reply | Threaded
Open this post in threaded view
|

RE: messsage not understood

Peter Crowther-2
> 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

Reply | Threaded
Open this post in threaded view
|

Re: messsage not understood

nelson -
thanks Peter!

2006/2/26, Peter Crowther <[hidden email]>:
> 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