Class ComponentLookupRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- 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.- Author:
- Kristian Rosenvold
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ComponentLookupRuntimeException(ComponentLookupException cause)
-
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
-
-
-
-
Constructor Detail
-
ComponentLookupRuntimeException
public ComponentLookupRuntimeException(ComponentLookupException cause)
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
-