continued the separation by shifting all the exceptions into their own package

(preparatory to establishing some sort of service-based architecture)
This commit is contained in:
Eric J. Bowersox
2001-11-19 02:20:22 +00:00
parent 9854ba1f76
commit de971c9c7b
144 changed files with 175 additions and 95 deletions

View File

@@ -22,8 +22,8 @@ import java.io.IOException;
import java.util.*;
import javax.servlet.*;
import com.silverwrist.util.StringUtil;
import com.silverwrist.venice.ValidationException;
import com.silverwrist.venice.core.*;
import com.silverwrist.venice.except.*;
public class FindData implements JSPRender, SearchMode
{