Examples of FatalAnalysisError


Examples of org.dtk.analysis.exceptions.FatalAnalysisError

   * @throws FataAnalysisError - Exception details for fatal analysis issue
   */
  @Override
  public Map<String, List<String>> getModules() throws FatalAnalysisError {
    if (ParsePhase.ERROR.equals(parsePhase)) {
      throw new FatalAnalysisError();
    }
    return discoveredModules;
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.