Package jadex.execution
Class ComponentTerminatedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jadex.execution.ComponentTerminatedException
- All Implemented Interfaces:
Serializable
Thrown when operations are invoked after an component has been terminated.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jadex.core.ComponentIdentifier
The component identifier. -
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructor for deserialization.ComponentTerminatedException
(jadex.core.ComponentIdentifier cid) Create an component termination exception.ComponentTerminatedException
(jadex.core.ComponentIdentifier cid, String message) Create an component termination exception. -
Method Summary
Modifier and TypeMethodDescriptionjadex.core.ComponentIdentifier
Get the component identifier.void
setComponentIdentifier
(jadex.core.ComponentIdentifier cid) Get the component identifier.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
cid
protected jadex.core.ComponentIdentifier cidThe component identifier.
-
-
Constructor Details
-
ComponentTerminatedException
public ComponentTerminatedException()Empty constructor for deserialization. -
ComponentTerminatedException
public ComponentTerminatedException(jadex.core.ComponentIdentifier cid) Create an component termination exception. -
ComponentTerminatedException
Create an component termination exception.
-
-
Method Details
-
getComponentIdentifier
public jadex.core.ComponentIdentifier getComponentIdentifier()Get the component identifier.- Returns:
- The component identifier.
-
setComponentIdentifier
public void setComponentIdentifier(jadex.core.ComponentIdentifier cid) Get the component identifier.
-