org.objectweb.dream.control.activity.task
Class NoSuchTaskException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.dream.control.activity.task.NoSuchTaskException
- All Implemented Interfaces:
- Serializable
- public class NoSuchTaskException
- extends Exception
Exception thrown by task controller when a given task component is unknown.
- See Also:
- Serialized Form
NoSuchTaskException
public NoSuchTaskException(Task task)
- Parameters:
task
- a task.
NoSuchTaskException
public NoSuchTaskException(Task task,
String message)
- Parameters:
task
- a task.message
- a message.
getTask
public Task getTask()
- Returns:
- the task.
toString
public String toString()
- See Also:
Throwable.toString()
Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.