Class ComponentLookupException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.plexus.component.repository.exception.ComponentLookupException
All Implemented Interfaces:
Serializable

public class ComponentLookupException extends Exception
The exception which is thrown by a component repository when the requested component cannot be found.
Version:
$Id$
Author:
Jason van Zyl
See Also:
  • Constructor Details

    • ComponentLookupException

      public ComponentLookupException(String message, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
      Construct a new ComponentLookupException instance.
      Parameters:
      message - exception message
      realm -
    • ComponentLookupException

      public ComponentLookupException(String message, org.codehaus.plexus.classworlds.realm.ClassRealm realm, Throwable cause)
      Construct a new ComponentLookupException instance.
      Parameters:
      message - exception message
      cause - causing exception to chain
  • Method Details

    • getRealm

      public org.codehaus.plexus.classworlds.realm.ClassRealm getRealm()