Uses of Class
org.graffiti.util.InstanceCreationException
Package | Description |
---|---|
org.graffiti.managers | |
org.graffiti.util |
Contains utility classes for frequently needed functionality.
|
-
Uses of InstanceCreationException in org.graffiti.managers
Methods in org.graffiti.managers that throw InstanceCreationException Modifier and Type Method Description View
DefaultViewManager. createView(String name)
View
ViewManager. createView(String className)
Returns a new instance of the specified view. -
Uses of InstanceCreationException in org.graffiti.util
Methods in org.graffiti.util that throw InstanceCreationException Modifier and Type Method Description static Object
InstanceLoader. createInstance(Class<?> theClass)
Returns a new instance of the specified class.static Object
InstanceLoader. createInstance(Class<?> theClass, Object param)
Returns a new instance of the specified class.static Object
InstanceLoader. createInstance(Class<?> theClass, String paramClassname, Object param)
Returns a new instance of the specified class.static Object
InstanceLoader. createInstance(String name)
Returns a new instance of the specified class.static Object
InstanceLoader. createInstance(String name, Object param)
Returns a new instance of the specified class.