org.codehaus.plexus.component.composition

Class CompositionException

public class CompositionException extends Exception

Version: $Id: CompositionException.java 1323 2004-12-20 23:00:59Z jvanzyl $

Author: 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 Detail

CompositionException

public CompositionException(String s)
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