org.codehaus.plexus.component.repository.exception
Class ComponentDescriptorUnmarshallingException
Exceptionorg.codehaus.plexus.component.repository.exception.ComponentDescriptorUnmarshallingException
public class ComponentDescriptorUnmarshallingException
extends Exception
Exception that is thrown when the class(es) required for a component
implementation are not available.
$Id: ComponentDescriptorUnmarshallingException.java 5457 2007-01-17 22:54:30Z eredmond $
ComponentDescriptorUnmarshallingException
public ComponentDescriptorUnmarshallingException(String message)
Construct a new ComponentDescriptorUnmarshallingException instance.
message - exception message
ComponentDescriptorUnmarshallingException
public ComponentDescriptorUnmarshallingException(String message,
Throwable cause) Construct a new ComponentDescriptorUnmarshallingException instance.
message - exception messagecause - causing exception to chain