|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TaskException | |
| edu.ull.cgunay.utils | General Java utilities, specifically application independent high level iteration facilities based on the Java 2 Collections technologies. |
| Uses of TaskException in edu.ull.cgunay.utils |
| Subclasses of TaskException in edu.ull.cgunay.utils | |
class |
BreakOutOfIterationException
Thrown in iterators when the iteration needs to be terminated. |
class |
RemoveFromIterationException
Thrown in the job() of an iteration (see class Iteration) to indicate that the current object need be removed from the underlying collection. |
| Methods in edu.ull.cgunay.utils that throw TaskException | |
void |
TaskWithParam.job(Object o,
Object[] p)
Method to be called by external task givers. |
void |
Task.job(Object o)
Method to be called by external task givers. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||