Class CycleDetectedInComponentGraphException

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

public class CycleDetectedInComponentGraphException extends Exception
Thrown when component composition goes awry.
Author:
Jason van Zyl, Michal Maczka
See Also:
  • Constructor Details

    • CycleDetectedInComponentGraphException

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

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