OrganicSoilException.java [tools/WepsSoilsIfcCreator/src/usda/weru/soil] Revision: 0963adc11caf5d7616128736008ebbc7f276df4c  Date: Wed Sep 02 15:16:53 MDT 2015
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package usda.weru.soil;

/**
 *
 * @author Joseph Levin <joelevin@weru.ksu.edu>
 */
public class OrganicSoilException extends RuntimeException{
    public OrganicSoilException(){

    }

    public OrganicSoilException(String message){
        super(message);
    }
}