|
intarsys runtime library | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
ClassTools.createClass(String className,
Class<T> expectedClass,
ClassLoader classLoader)
|
|
static
|
ObjectTools.createObject(Class clazz,
Class<T> expectedClass)
Create a new instance of Class "class" |
|
static
|
ObjectTools.createObject(Class clazz,
Class<T> expectedClass,
Class[] parameterTypes,
Object[] parameters)
Create a new instance of Class "class" |
|
static
|
ObjectTools.createObject(String className,
Class<T> expectedClass,
ClassLoader classLoader)
Create a new instance of Class "className" via "classLoader". |
|
intarsys runtime library | |||||||||
PREV NEXT | FRAMES NO FRAMES |