throws Exception
{
try
{
Class aClass = FirstComposite.class;
TransientBuilder builder = module.newTransientBuilder( aClass );
builder.newInstance();
fail(
"CompositeBuilderFactory.newInstance() should return MixinTypeNotAvailableException when creating a new instance for "
+ aClass.getName() );
}
catch( NoSuchCompositeException e )