|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BuilderException | |
---|---|
com.emarsys.ecommon.builder | The builder package and its subpackages provide systemwide factories for common objects. |
com.emarsys.ecommon.time | Provides utilities for working with date and time objects. |
Uses of BuilderException in com.emarsys.ecommon.builder |
---|
Subclasses of BuilderException in com.emarsys.ecommon.builder | |
---|---|
class |
NoSuchBuilderException
|
Methods in com.emarsys.ecommon.builder that throw BuilderException | ||
---|---|---|
static void |
Builders.reset()
Resets the Builders to its apriori state after the
class has been loaded. |
|
static
|
Builders.set(java.lang.Class<T> clazz,
Builder<T> builder)
Registers a new Builder for the passed Class . |
Uses of BuilderException in com.emarsys.ecommon.time |
---|
Methods in com.emarsys.ecommon.time that throw BuilderException | |
---|---|
static void |
MockTime.install()
Installs the MockTime for system wide (classloader)
usage through ecommon's Builders . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |