Uses of Class
java.lang.InstantiationException
| Package | Description |
|---|---|
| java.lang | |
| java.lang.reflect | |
| java.util | |
| org.xml.sax.helpers |
-
Uses of InstantiationException in java.lang
Methods in java.lang that throw InstantiationException Modifier and Type Method Description TClass. newInstance()Returns a new instance of the class represented by thisClass, created by invoking the default (that is, zero-argument) constructor. -
Uses of InstantiationException in java.lang.reflect
Methods in java.lang.reflect that throw InstantiationException Modifier and Type Method Description TConstructor. newInstance(Object... args)Returns a new instance of the declaring class, initialized by dynamically invoking the constructor represented by thisConstructorobject. -
Uses of InstantiationException in java.util
Methods in java.util that throw InstantiationException Modifier and Type Method Description ResourceBundleResourceBundle.Control. newBundle(String baseName, Locale locale, String format, ClassLoader loader, boolean reload)Returns a new ResourceBundle. -
Uses of InstantiationException in org.xml.sax.helpers
Methods in org.xml.sax.helpers that throw InstantiationException Modifier and Type Method Description static ParserParserFactory. makeParser()Deprecated.Create a new SAX parser using the `org.xml.sax.parser' system property.static ParserParserFactory. makeParser(String className)Deprecated.Create a new SAX parser object using the class name provided.