JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
de.espirit.common.util.FactoryException
Packages that use
FactoryException
Package
Description
de.espirit.common.util
de.espirit.firstspirit.access.editor.value
Uses of
FactoryException
in
de.espirit.common.util
Methods in
de.espirit.common.util
that throw
FactoryException
Modifier and Type
Method
Description
T
Factory.
create
(
C
config)
Create an instance of type T based on the given configuration.
Uses of
FactoryException
in
de.espirit.firstspirit.access.editor.value
Methods in
de.espirit.firstspirit.access.editor.value
that throw
FactoryException
Modifier and Type
Method
Description
T
LabelFactory.
create
(
Object
object)
Create a new label container for the given object, which usually is the value.
Option
OptionFactory.
create
(
Object
object)
Create a new option from the given object, which usually is the value.