Uses of Class java.lang.InstantiationException

Uses in package gnu.CORBA.CDR

Methods which throw type java.lang.InstantiationException

Object
VMVio.allocateObject(Class clazz, Class constr_clazz, Constructor constructor)
Allocates a new Object of type clazz but without running the default constructor on it.

Uses in package java.lang

Methods which throw type java.lang.InstantiationException

Object
Get a new instance of this class by calling the no-argument constructor.

Uses in package javax.swing

Methods which throw type java.lang.InstantiationException

void
Set the current default look and feel using a class name.

Uses in package java.lang.reflect

Methods which throw type java.lang.InstantiationException

Object
Create a new instance by invoking the constructor.