CWWIM3000W: The 'method_name' method was called but it was not implemented by 'class_name'.

Explanation

A method has been called on a class that does not implement the method.

Programmer Response

Three corrective actions are:

1. Remove the calls to this method from the client code.

2. Catch the exceptions and handle them appropriately.

3. Implement the functionality.

Terms of use | Feedback
(C) Copyright IBM Corporation 2005. All Rights Reserved.
IBM virtual member manager 6.1