|
||||||||||
| 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.ComponentImplementationNotFoundException
public class ComponentImplementationNotFoundException
Exception that is thrown when the class(es) required for a component implementation are not available.
| Constructor Summary | |
|---|---|
ComponentImplementationNotFoundException(java.lang.String message)
Construct a new ComponentImplementationNotFoundException instance. |
|
ComponentImplementationNotFoundException(java.lang.String message,
java.lang.Throwable cause)
Construct a new ComponentImplementationNotFoundException 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 ComponentImplementationNotFoundException(java.lang.String message)
ComponentImplementationNotFoundException instance.
message - exception message
public ComponentImplementationNotFoundException(java.lang.String message,
java.lang.Throwable cause)
ComponentImplementationNotFoundException instance.
message - exception messagecause - causing exception to chain
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||