* @throws KameleonException
* if an error occurred while analyzing the selected file
*/
protected Document launchAnalyzer(PlugInInfo analyzer) throws KameleonException {
if (!this.generationIsPossible()) {
throw new InvalidGenerationException() ;
}// if
return GenerationModel.launchAnalyzer(analyzer,
this.getSelectedFileInfo().getPath()) ;
}// launchAnalyzer(PlugInInfo)