org.codehaus.plexus.component.composition

Class CompositionException


public class CompositionException
extends Exception

Thrown when component composition goes awry.
Version:
$Id: CompositionException.java 5469 2007-01-19 07:48:21Z eredmond $
Authors:
Jason van Zyl
Michal Maczka

Constructor Summary

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

Constructor Details

CompositionException

public CompositionException(String message)
Construct a new CompositionException instance.
Parameters:
message - The detail message for this exception.

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