? NoSuchComponentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.osgi.service.blueprint.container.NoSuchComponentException
????????:
Serializable

public class NoSuchComponentException extends RuntimeException
A Blueprint exception indicating that a component does not exist in a Blueprint Container. This exception is thrown when an attempt is made to create a component instance or lookup Component Metadata using a component id that does not exist in the Blueprint Container.
????:
  • ???????

    • NoSuchComponentException

      public NoSuchComponentException(String msg, String id)
      Create a No Such Component Exception for a non-existent component.
      ??:
      msg - The associated message.
      id - The id of the non-existent component.
    • NoSuchComponentException

      public NoSuchComponentException(String id)
      Create a No Such Component Exception for a non-existent component.
      ??:
      id - The id of the non-existent component.
  • ??????

    • getComponentId

      public String getComponentId()
      Returns the id of the non-existent component.
      ??:
      The id of the non-existent component.