Class ComponentLookupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.plexus.component.repository.exception.ComponentLookupException
- All Implemented Interfaces:
Serializable
The exception which is thrown by a component repository when
the requested component cannot be found.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionComponentLookupException
(String message, String role, String roleHint) ComponentLookupException
(String message, String role, String roleHint, Throwable cause) ComponentLookupException
(String message, String role, String roleHint, org.codehaus.plexus.classworlds.realm.ClassRealm realm) ComponentLookupException
(String message, String role, String roleHint, org.codehaus.plexus.classworlds.realm.ClassRealm realm, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
LS
-
role
-
roleHint
-
realm
private org.codehaus.plexus.classworlds.realm.ClassRealm realm
-
-
Constructor Details
-
ComponentLookupException
-
ComponentLookupException
-
ComponentLookupException
-
ComponentLookupException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-