Examples of DeprecatedFeatureError


Examples of org.cipres.treebase.web.exceptions.DeprecatedFeatureError

    return results.size();
  }

  @Deprecated
  public List<SearchCriteriaCommand> getCriterias() {
    throw new DeprecatedFeatureError("Method eliminated and should be unused - 20081218 mjd");
  }
View Full Code Here

Examples of org.cipres.treebase.web.exceptions.DeprecatedFeatureError

    throw new DeprecatedFeatureError("Method eliminated and should be unused - 20081218 mjd");
  }

  @Deprecated
  public void setCriterias(ArrayList<SearchCriteriaCommand> arrayList) {
    throw new DeprecatedFeatureError("Method eliminated and should be unused - 20081218 mjd");
  }
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.