Class CompositionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.plexus.component.composition.CompositionException
All Implemented Interfaces:
Serializable

public class CompositionException extends Exception
Thrown when component composition goes awry.
Version:
$Id$
Author:
Jason van Zyl, Michal Maczka
See Also:
  • 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