io.sarl.api.core
Class UnknownContextException
All Superinterfaces:
java.io.Serializable
class UnknownContextException
extends java.lang.Object
Exception thrown when an agent context is unknown.
Maven Group Identifier:
io.sarl.sdk
Maven Artifact Identifier:
api.core
Property Summary
Modifier and type Property and description
java.util.UUID unknownContextID
Replies the identifier that is used to reference the unknown context.
Constructor Summary
Constructor and description
new(UUID)
Action Summary
Modifier and type Action and description
java.util.UUID getUnknownContextID
Replies the identifier that is used to reference the unknown context.
Property Details
unknownContextID
val unknownContextID : java.util.UUID
Replies the identifier that is used to reference the unknown context.

This property is an alias for the action: getUnknownContextID

Returns:
the unknownContextID
Constructor Details
new(UUID)
new(UUID)
Parameters:
unknownContextID - ID of the context that is unkown.
Action Details
getUnknownContextID
def getUnknownContextID : java.util.UUID
Replies the identifier that is used to reference the unknown context.
Returns:
the unknownContextID