Uses of Class
com.emarsys.ecommon.builder.BuilderException

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
<T> void
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.
 



Copyright © 2010 emarsys AG. All Rights Reserved.