March 2005
Beginner to intermediate
1254 pages
104h 21m
English
InstantiationException
Signals an attempt to instantiate an interface or an abstract class.
Figure 10-34. java.lang.InstantiationException
public class InstantiationException extends Exception { // Public Constructors public InstantiationException( ); public InstantiationException(String s); }
Class.newInstance( ),
java.lang.reflect.Constructor.newInstance( ),
org.xml.sax.helpers.ParserFactory.makeParser( )
Read now
Unlock full access