VGJ1008E: %1 failed. %2 is an interface or abstract class, so the constructor cannot be called.
Explanation
The constructor of an interface or abstract class cannot be called.
User Response
Change the program logic to call the constructor of a class that is not abstract.
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.