Package kameleon.gui.exception

Examples of kameleon.gui.exception.InvalidGenerationException


   * @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)
View Full Code Here

TOP

Related Classes of kameleon.gui.exception.InvalidGenerationException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.