public interface InstanceGetter
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getNewInstance()
Create an instance of a class.
|
java.lang.Object getNewInstance()
throws java.lang.InstantiationException,
java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException
java.lang.InstantiationException - Zero arg constructor can not be executedjava.lang.IllegalAccessException - Class or zero arg constructor is not public.java.lang.reflect.InvocationTargetException - Exception throw in zero-arg constructor.Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.