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

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
RemoveFromIterationException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoveFromIterationException

public RemoveFromIterationException()