io.sarl.api.core
Event TaskFailure
All Superinterfaces:
java.io.Serializable
event TaskFailure
extends Failure
Notifies an agent that a failure has occurred in one of its parallel tasks. The event is fired within the default space of the inner context of the failing agent. Subclasses of this event could be defined in order to specify more in detail the failure.
Maven Group Identifier:
io.sarl.sdk
Maven Artifact Identifier:
api.core
Since:
0.12
Property Summary
Inherited: source
Field Summary
Modifier and type Field and description
val AgentTask task
The failing task.
Inherited: cause
Constructor Summary
Constructor and description
new([Address],AgentTask,Object)
Construct the event.
Action Summary
Field Details
task
val task : AgentTask
The failing task.
Constructor Details
new([Address],AgentTask,Object)
new([Address],AgentTask,Object)
Construct the event.
Parameters:
source - the address of the emitter.
task - the failing task.
cause - the cause of the failure.