intarsys runtime library

Uses of Class
de.intarsys.tools.reflect.ObjectCreationException

Packages that use ObjectCreationException
de.intarsys.tools.functor   
de.intarsys.tools.reflect   
 

Uses of ObjectCreationException in de.intarsys.tools.functor
 

Methods in de.intarsys.tools.functor that throw ObjectCreationException
 IFunctor IFunctorFactory.createFunctor()
          Create a new IFunctor object.
 IFunctorCall IFunctorCallFactory.createFunctorCall()
          Create a new IFunctorCall.
 

Uses of ObjectCreationException in de.intarsys.tools.reflect
 

Methods in de.intarsys.tools.reflect that throw ObjectCreationException
static
<T> Class<T>
ClassTools.createClass(String className, Class<T> expectedClass, ClassLoader classLoader)
           
static
<T> T
ObjectTools.createObject(Class clazz, Class<T> expectedClass)
          Create a new instance of Class "class"
static
<T> T
ObjectTools.createObject(Class clazz, Class<T> expectedClass, Class[] parameterTypes, Object[] parameters)
          Create a new instance of Class "class"
static
<T> T
ObjectTools.createObject(String className, Class<T> expectedClass, ClassLoader classLoader)
          Create a new instance of Class "className" via "classLoader".
 


intarsys runtime library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.