Packages This Package Prev Next Index
public class java.lang.InstantiationError extends java.lang.IncompatibleClassChangeError (I-§1.50) { // Constructors public InstantiationError(); §1.51.1 public InstantiationError(String s); §1.51.2 }Thrown when an application tries to use the Java new construct to instantiate an abstract class or an interface.
public InstantiationError()
public InstantiationError(String s)
s
-
the detail message
Packages This Package Prev Next IndexJava API Document (HTML generated by dkramer on April 22, 1996)