- All Superinterfaces:
-
java.io.Serializable
@org.eclipse.xtext.xbase.lib.XbaseGenerated
class UnknownContextException
extends java.lang.Object
Exception thrown when an agent context is unknown.
- Maven Group Identifier:
-
- Maven Artifact Identifier:
-
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
Action Summary
| Modifier and type |
Action and description |
| java.util.UUID |
getUnknownContextID
Replies the identifier that is used to reference the unknown context. |
| 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:
-
Constructor Details
- new(UUID)
-
new(UUID)
- Parameters:
-
unknownContextID -
Action Details
- getUnknownContextID
-
def getUnknownContextID : java.util.UUID
Replies the identifier that is used to reference the unknown context.
- Returns:
-