public final class

ComponentLookupException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ org.codehaus.plexus.component.repository.exception.ComponentLookupException

Summary

Public Constructors
ComponentLookupException(String message, String role, String hint)
ComponentLookupException(Throwable cause, String role, String hint)
Public Methods
String getMessage()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ComponentLookupException (String message, String role, String hint)

public ComponentLookupException (Throwable cause, String role, String hint)

Public Methods

public String getMessage ()