EGL Java run-time error code VGJ1008E
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.