org.codehaus.plexus.component.repository.exception
Class ComponentLookupRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.codehaus.plexus.component.repository.exception.ComponentLookupRuntimeException
All Implemented Interfaces:
Serializable

public class ComponentLookupRuntimeException
extends RuntimeException

The exception which is thrown by a component repository when the requested component cannot be found.

Version:
$Id$
Author:
Kristian Rosenvold
See Also:
Serialized Form

Constructor Summary
ComponentLookupRuntimeException(ComponentLookupException cause)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComponentLookupRuntimeException

public ComponentLookupRuntimeException(ComponentLookupException cause)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2001–2014 Codehaus. All rights reserved.