Class CycleDetectedInPluginGraphException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.plugin.CycleDetectedInPluginGraphException
All Implemented Interfaces:
Serializable

public class CycleDetectedInPluginGraphException extends Exception
Exception occurring trying to resolve a plugin.
Author:
Brett Porter
See Also:
  • Constructor Details

    • CycleDetectedInPluginGraphException

      public CycleDetectedInPluginGraphException(Plugin plugin, org.codehaus.plexus.component.composition.CycleDetectedInComponentGraphException e)
  • Method Details

    • getPlugin

      public Plugin getPlugin()