Thrown when an application tries to create an instance of a class
using the newInstance method in class
Class, but the specified class object cannot be
instantiated because it is an interface or is an abstract class.
version: 12/17/01 (CLDC 1.1) See Also:java.lang.Class.newInstance since: JDK1.0, CLDC 1.0