Uses of Class
org.praxislive.core.services.ComponentInstantiationException
-
Packages that use ComponentInstantiationException Package Description org.praxislive.base org.praxislive.core.services -
-
Uses of ComponentInstantiationException in org.praxislive.base
Methods in org.praxislive.base that throw ComponentInstantiationException Modifier and Type Method Description ComponentAbstractComponentFactory. createComponent(ComponentType type)RootAbstractComponentFactory. createRootComponent(ComponentType type) -
Uses of ComponentInstantiationException in org.praxislive.core.services
Methods in org.praxislive.core.services that throw ComponentInstantiationException Modifier and Type Method Description default ComponentComponentFactory. createComponent(ComponentType type)Create an instance of the component associated with this type.default RootComponentFactory. createRoot(ComponentType type)Create an instance of the root associated with this type.default RootComponentFactory. createRootComponent(ComponentType type)Deprecated.
-