public class NoSuchComponentException
extends java.lang.RuntimeException
Constructor and Description |
---|
NoSuchComponentException(java.lang.String id)
Create a No Such Component Exception for a non-existent component.
|
NoSuchComponentException(java.lang.String msg,
java.lang.String id)
Create a No Such Component Exception for a non-existent component.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComponentId()
Returns the id of the non-existent component.
|
public NoSuchComponentException(java.lang.String msg, java.lang.String id)
msg
- The associated message.id
- The id of the non-existent component.public NoSuchComponentException(java.lang.String id)
id
- The id of the non-existent component.Copyright © OSGi Alliance (2000, 2018). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0