Package jadex.core

Class ComponentNotFoundException

All Implemented Interfaces:
Serializable

public class ComponentNotFoundException extends RuntimeException
Thrown when operations are invoked after an component has been terminated.
See Also:
  • Field Details

  • Constructor Details

    • ComponentNotFoundException

      public ComponentNotFoundException()
      Empty constructor for deserialization.
    • ComponentNotFoundException

      public ComponentNotFoundException(ComponentIdentifier cid)
      Create an component not found exception.
    • ComponentNotFoundException

      public ComponentNotFoundException(ComponentIdentifier cid, String message)
      Create an component not found exception.
  • Method Details

    • getComponentIdentifier

      public ComponentIdentifier getComponentIdentifier()
      Get the component identifier.
      Returns:
      The component identifier.
    • setComponentIdentifier

      public void setComponentIdentifier(ComponentIdentifier cid)
      Get the component identifier.