fr.dyade.aaa.agent
Class ExceptionNotification
- Cloneable, Serializable
public class ExceptionNotification
Notify by the engine to the sender of a notification when the corresponding
reaction throws an exception.
Engine
String | toString() - Returns a string representation of this notification.
|
agent
public AgentId agent
The target agent id.
exc
public Exception exc
The exception thrown.
ExceptionNotification
public ExceptionNotification(AgentId agent,
Notification not,
Exception exc)
Allocates a new ExceptionNotification
notification.
agent
- The target agent id.not
- The failing notification.exc
- The exception thrown.
toString
public String toString()
Returns a string representation of this notification.
- toString in interface Notification
- A string representation of this notification.
Copyright B) 2004 Scalagent - All rights reserved