|
||||||||||
| 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.codehaus.plexus.component.repository.exception.ComponentLookupException
public class ComponentLookupException
The exception which is thrown by a component repository when the requested component cannot be found.
| Constructor Summary | |
|---|---|
ComponentLookupException(java.lang.String message)
Construct a new ComponentLookupException instance. |
|
ComponentLookupException(java.lang.String message,
java.lang.Throwable cause)
Construct a new ComponentLookupException instance. |
|
| Method Summary |
|---|
| 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 ComponentLookupException(java.lang.String message)
ComponentLookupException instance.
message - exception message
public ComponentLookupException(java.lang.String message,
java.lang.Throwable cause)
ComponentLookupException instance.
message - exception messagecause - causing exception to chain
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||