InvalidSoilException.java [tools/WepsSoilsIfcCreator/src/usda/weru/soil] Revision:   Date:
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package usda.weru.soil;

/**
 *
 * @author wlloyd
 */
public class InvalidSoilException extends RuntimeException
{
    
    public InvalidSoilException()
    {

    }

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