Uses of Class java.lang.InstantiationException

Uses in package gnu.CORBA.CDR

Methods which throw type java.lang.InstantiationException

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

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

T
Constructor<T>.newInstance(java.lang.Object... args)
Create a new instance by invoking the constructor.

Uses in package java.lang

Methods which throw type java.lang.InstantiationException

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

Uses in package org.xml.sax.helpers

Methods which throw type java.lang.InstantiationException

Parser
Create a new SAX parser using the `org.xml.sax.parser' system property.
Parser
Create a new SAX parser object using the class name provided.

Uses in package org.w3c.dom.bootstrap

Methods which throw type java.lang.InstantiationException

DOMImplementationRegistry
Obtain a new instance of a DOMImplementationRegistry.