edu.ull.cgunay.utils
Class TaskException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.ull.cgunay.utils.TaskException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BreakOutOfIterationException, RemoveFromIterationException

public abstract class TaskException
extends Exception

Base class for exceptions thwrown from Iteration related procedures.

Created: Mon Apr 22 13:44:40 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
TaskException()
           
 
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

TaskException

public TaskException()