Uses of Class
java.lang.InstantiationException

Packages that use InstantiationException
java.beans   
java.io   
java.lang   
 

Uses of InstantiationException in java.beans
 

Methods in java.beans that throw InstantiationException
(package private) static Object Introspector.instantiate(Class sibling, String className)
          Try to create an instance of a named class.
 

Uses of InstantiationException in java.io
 

Methods in java.io that throw InstantiationException
private static Object ObjectInputStream.allocateNewObject(Class aclass, Class initclass)
           
 

Uses of InstantiationException in java.lang
 

Methods in java.lang that throw InstantiationException
 Object Class.newInstance()
          Creates a new instance of the class represented by this Class object.
private  Object Class.newInstance0()