Package org.cipres.treebase.web.exceptions

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


    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

Related Classes of org.cipres.treebase.web.exceptions.DeprecatedFeatureError

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.