|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.dyade.aaa.agent.Notification
fr.dyade.aaa.agent.ExceptionNotification
Notify by the engine to the sender of a notification when the corresponding reaction throws an exception.
Engine
,
Serialized FormField Summary | |
AgentId |
agent
The target agent id. |
java.lang.Exception |
exc
The exception thrown. |
Notification |
not
The failing notification. |
Fields inherited from class fr.dyade.aaa.agent.Notification |
persistent |
Constructor Summary | |
ExceptionNotification(AgentId agent,
Notification not,
java.lang.Exception exc)
Allocates a new ExceptionNotification notification. |
Method Summary | |
java.lang.String |
toString()
Returns a string representation of this notification. |
Methods inherited from class fr.dyade.aaa.agent.Notification |
clone, getContext, setContext |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public AgentId agent
public Notification not
public java.lang.Exception exc
Constructor Detail |
public ExceptionNotification(AgentId agent, Notification not, java.lang.Exception exc)
ExceptionNotification
notification.
agent
- The target agent id.not
- The failing notification.exc
- The exception thrown.Method Detail |
public java.lang.String toString()
toString
in class Notification
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |