jade.core
Class Agent.Interrupted

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--jade.core.Agent.Interrupted
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Agent

public static class Agent.Interrupted
extends java.lang.Error

Inner class Interrupted. This class is used to handle change state requests that occur in particular situations such as when the agent thread is blocked in the doWait() method.

See Also:
Serialized Form

Constructor Summary
Agent.Interrupted()
           
 
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

Agent.Interrupted

public Agent.Interrupted()


JADE