Package jadex.bridge
Class ComponentNotFoundException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- jadex.bridge.ComponentNotFoundException
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class ComponentNotFoundException extends java.lang.RuntimeExceptionThrown when a component was not found.- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected IComponentIdentifiercidThe component identifier.
 - 
Constructor SummaryConstructors Constructor 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.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IComponentIdentifiergetComponentIdentifier()Get the component identifier.voidprintStackTrace()voidsetComponentIdentifier(IComponentIdentifier cid)Get the component identifier.
 
- 
- 
- 
Field Detail- 
cidprotected IComponentIdentifier cid The component identifier.
 
- 
 - 
Constructor Detail- 
ComponentNotFoundExceptionpublic ComponentNotFoundException(java.lang.String message) Simple constructor for deserialization.
 - 
ComponentNotFoundExceptionpublic ComponentNotFoundException(IComponentIdentifier cid) Create an component termination exception.
 - 
ComponentNotFoundExceptionpublic ComponentNotFoundException(IComponentIdentifier cid, java.lang.String message) Create an component termination exception.
 
- 
 - 
Method Detail- 
getComponentIdentifierpublic IComponentIdentifier getComponentIdentifier() Get the component identifier.- Returns:
- The component identifier.
 
 - 
setComponentIdentifierpublic void setComponentIdentifier(IComponentIdentifier cid) Get the component identifier.
 - 
printStackTracepublic void printStackTrace() - Overrides:
- printStackTracein class- java.lang.Throwable
 
 
- 
 
-