Jadex 0.941

jadex.runtime
Class AgentDeathException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjadex.runtime.BDIFailureException
                  extended byjadex.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.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AgentDeathException

public AgentDeathException(jadex.runtime.impl.RBDIAgent agent)
Create a new goal failure exception.

Parameters:
agent - The died agent.
Method Detail

toString

public String toString()
Create a string representation of the exception.


Jadex 0.941

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-2005 Lars Braubach, Alexander Pokahr, Andrzej Walczak - University of Hamburg. Use is subject to license terms.