Package jade.core
Class Agent.Interrupted
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- jade.core.Agent.Interrupted
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Agent
public static class Agent.Interrupted extends 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
Constructors Constructor Description Interrupted()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-