org.codehaus.plexus.component.composition
Class CompositionException
Exceptionorg.codehaus.plexus.component.composition.CompositionException
public class CompositionException
extends Exception
Thrown when component composition goes awry.
$Id: CompositionException.java 5469 2007-01-19 07:48:21Z eredmond $
CompositionException
public CompositionException(String message)
Construct a new CompositionException instance.
message - The detail message for this exception.
CompositionException
public CompositionException(String message,
Throwable throwable) Construct a new CompositionException instance.
message - The detail message for this exception.throwable - the root cause of the exception