Package jadex.core
Class ComponentNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jadex.core.ComponentNotFoundException
- All Implemented Interfaces:
Serializable
Thrown when operations are invoked after an component has been terminated.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructor for deserialization.Create an component not found exception.ComponentNotFoundException
(ComponentIdentifier cid, String message) Create an component not found exception. -
Method Summary
Modifier and TypeMethodDescriptionGet the component identifier.void
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
The component identifier.
-
-
Constructor Details
-
ComponentNotFoundException
public ComponentNotFoundException()Empty constructor for deserialization. -
ComponentNotFoundException
Create an component not found exception. -
ComponentNotFoundException
Create an component not found exception.
-
-
Method Details
-
getComponentIdentifier
Get the component identifier.- Returns:
- The component identifier.
-
setComponentIdentifier
Get the component identifier.
-