edu.ull.cgunay.utils
Class RemoveFromIterationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--edu.ull.cgunay.utils.TaskException
|
+--edu.ull.cgunay.utils.RemoveFromIterationException
- All Implemented Interfaces:
- Serializable
- public class RemoveFromIterationException
- extends TaskException
Thrown in the job() of an iteration (see class Iteration) to indicate that the current
object need be removed from the underlying collection.
Created: Mon Apr 22 13:42:48 2002
Modified: $Date: 2002/11/11 04:52:01 $
- Version:
- $Revision: 1.3 $ for this file.
- Author:
- Cengiz Gunay
- See Also:
Iteration,
Serialized Form
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RemoveFromIterationException
public RemoveFromIterationException()