Class ComponentLookupException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.codehaus.plexus.component.repository.exception.ComponentLookupException
-
- All Implemented Interfaces:
Serializable
public final class ComponentLookupException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ComponentLookupException(String message, String role, String hint)
ComponentLookupException(Throwable cause, String role, String hint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
-