org.codehaus.plexus.component.composition

Class CompositionException


public class CompositionException
extends Exception

Version:
$Id: CompositionException.java 1323 2004-12-20 23:00:59Z jvanzyl $
Authors:
Jason van Zyl
Michal Maczka

Constructor Summary

CompositionException(String s)
Construct a new CompositionException instance.
CompositionException(String message, Throwable throwable)
Construct a new CompositionException instance.

Constructor Details

CompositionException

public CompositionException(String s)
Construct a new CompositionException instance.
Parameters:

CompositionException

public CompositionException(String message,
                            Throwable throwable)
Construct a new CompositionException instance.
Parameters:
message - The detail message for this exception.
throwable - the root cause of the exception