public class NoSuchComponentException
extends java.lang.RuntimeException
Constructor | 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 | 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.