jadex.runtime
Class AgentDeathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jadex.runtime.BDIFailureException
jadex.runtime.AgentDeathException
- All Implemented Interfaces:
- Serializable
public class AgentDeathException
- extends BDIFailureException
This exception indicates that an operation could not be performed
because the agent has died.
- See Also:
- Serialized Form
Constructor Summary |
AgentDeathException(jadex.runtime.impl.RBDIAgent agent)
Create a new goal failure exception. |
Method Summary |
String |
toString()
Create a string representation of the exception. |
AgentDeathException
public AgentDeathException(jadex.runtime.impl.RBDIAgent agent)
- Create a new goal failure exception.
- Parameters:
agent
- The died agent.
toString
public String toString()
- Create a string representation of the exception.
- Overrides:
toString
in class Throwable
Submit a bug or feature
For further API reference and developer documentation, see the Jadex User Guide and the Jadex Tutorial. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, and working code examples. Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.