INTROSPMETHOD=CWXQY1266E: [{0}] occurred while introspecting method [{1}] of class [{2}].
Explanation
Methods should be defined as public, must not be void and have no arguments.
User response
Correct the class definition. Methods should be defined as public and must not be void and have no arguments.