133134135136137138139140141142143
if( qi4j == null ) { throw new PlayQiException( "Can not create Qi4j without a Qi4j Runtime." ); } ApplicationAssembly assembly = assembler.assemble( qi4j.applicationAssemblyFactory() ); if( assembly == null ) { throw new PlayQiException( "Application assembler did not return any ApplicationAssembly" ); }