|
Carrot2 Framework
API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.carrot2.core.MissingComponentException
public class MissingComponentException
An exception thrown if an operation has been attempted on a component identifier that is not associated with any factory.
LocalComponentFactory,
LocalComponent,
Serialized Form| Constructor Summary | |
|---|---|
MissingComponentException(String componentId)
Creates a new exception object with an associated message explaining the cause of the error. |
|
| Method Summary | |
|---|---|
String |
getMissingComponentId()
Returns the identifier of a missing component. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MissingComponentException(String componentId)
componentId - The identifier of a missing component.| Method Detail |
|---|
public String getMissingComponentId()
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||