org.codehaus.plexus.component.composition
Class CompositionException
Exceptionorg.codehaus.plexus.component.composition.CompositionException
public class CompositionException
extends Exception
$Id: CompositionException.java 1323 2004-12-20 23:00:59Z jvanzyl $
CompositionException
public CompositionException(String s)
Construct a new CompositionException instance.
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