org.apache.derby.iapi.services.loader
Interface InstanceGetter

All Known Implementing Classes:
ClassInfo, FormatableInstanceGetter

public interface InstanceGetter


Method Summary
 java.lang.Object getNewInstance()
          Create an instance of a class.
 

Method Detail

getNewInstance

public java.lang.Object getNewInstance()
                                throws java.lang.InstantiationException,
                                       java.lang.IllegalAccessException,
                                       java.lang.reflect.InvocationTargetException
Create an instance of a class.

Throws:
java.lang.InstantiationException - Zero arg constructor can not be executed
java.lang.IllegalAccessException - Class or zero arg constructor is not public.
java.lang.reflect.InvocationTargetException - Exception throw in zero-arg constructor.

Built on Tue 2006-10-10 19:23:47+0200, from revision exported

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.