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 ViewDefaultViewManager. createView(String name)ViewViewManager. 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 ObjectInstanceLoader. createInstance(Class<?> theClass)Returns a new instance of the specified class.static ObjectInstanceLoader. createInstance(Class<?> theClass, Object param)Returns a new instance of the specified class.static ObjectInstanceLoader. createInstance(Class<?> theClass, String paramClassname, Object param)Returns a new instance of the specified class.static ObjectInstanceLoader. createInstance(String name)Returns a new instance of the specified class.static ObjectInstanceLoader. createInstance(String name, Object param)Returns a new instance of the specified class.