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 Component
AbstractComponentFactory. createComponent(ComponentType type)
Root
AbstractComponentFactory. 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 Component
ComponentFactory. createComponent(ComponentType type)
Create an instance of the component associated with this type.default Root
ComponentFactory. createRoot(ComponentType type)
Create an instance of the root associated with this type.default Root
ComponentFactory. createRootComponent(ComponentType type)
Deprecated.
-