Interface InstanceGetter
- All Known Implementing Classes:
BasicUUIDGetter, ClassInfo, CoreDDFinderClassInfo, DepClassInfo, DTSClassInfo, FormatableInstanceGetter, HeapClassInfo, TypesImplInstanceGetter
public interface InstanceGetter
-
Method Summary
-
Method Details
-
getNewInstance
Object getNewInstance() throws InstantiationException, IllegalAccessException, InvocationTargetException, NoSuchMethodExceptionCreate an instance of a class.- Throws:
InstantiationException- Zero arg constructor can not be executedIllegalAccessException- Class or zero arg constructor is not public.InvocationTargetException- Exception throw in zero-arg constructor.NoSuchMethodException
-