Class ComponentLookupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.plexus.component.repository.exception.ComponentLookupException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionComponentLookupException
(String message, String role, String hint) ComponentLookupException
(Throwable cause, String role, String hint) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
LS
-
role
-
hint
-
-
Constructor Details
-
ComponentLookupException
-
ComponentLookupException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-