public class ComponentNotFoundException extends RuntimeException
| Constructor and Description |
|---|
ComponentNotFoundException(IComponentIdentifier cid)
Create an component termination exception.
|
ComponentNotFoundException(IComponentIdentifier cid,
String message)
Create an component termination exception.
|
ComponentNotFoundException(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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toStringpublic ComponentNotFoundException(String message)
public ComponentNotFoundException(IComponentIdentifier cid)
public ComponentNotFoundException(IComponentIdentifier cid, String message)
public IComponentIdentifier getComponentIdentifier()
public void setComponentIdentifier(IComponentIdentifier cid)
public void printStackTrace()
printStackTrace in class ThrowableCopyright © 2015. All Rights Reserved.