// if we were unable to activate one or more components,
// throw an exception
if ( buffer.size() > 0 )
{
throw new CompositeException( (Exception[]) buffer.toArray( new Exception[0] ),
"unable to instantiate one or more components" );
}
}
private void verifyComponents() throws CyclicDependencyException