KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > net > javacoding > jspider > core > exception > NoSuitableItemFoundException


1 package net.javacoding.jspider.core.exception;
2
3
4 /**
5  *
6  * $Id: NoSuitableItemFoundException.java,v 1.2 2002/11/26 20:16:33 vanrogu Exp $
7  *
8  * @author Günther Van Roey
9  */

10 public class NoSuitableItemFoundException extends TaskAssignmentException {
11
12
13 }
14
Popular Tags