public class ComponentNotFoundException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description | 
|---|---|
| protected IComponentIdentifier | cidThe component identifier. | 
| Constructor and Description | 
|---|
| ComponentNotFoundException(IComponentIdentifier cid)Create an component termination exception. | 
| ComponentNotFoundException(IComponentIdentifier cid,
                          java.lang.String message)Create an component termination exception. | 
| ComponentNotFoundException(java.lang.String message)Simple constructor for deserialization. | 
| Modifier and Type | Method and Description | 
|---|---|
| IComponentIdentifier | getComponentIdentifier()Get the component identifier. | 
| void | printStackTrace() | 
| void | setComponentIdentifier(IComponentIdentifier cid)Get the component identifier. | 
protected IComponentIdentifier cid
public ComponentNotFoundException(java.lang.String message)
public ComponentNotFoundException(IComponentIdentifier cid)
public ComponentNotFoundException(IComponentIdentifier cid, java.lang.String message)
public IComponentIdentifier getComponentIdentifier()
public void setComponentIdentifier(IComponentIdentifier cid)
public void printStackTrace()
printStackTrace in class java.lang.Throwable