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(org.apache.maven.api.model.Plugin plugin, org.codehaus.plexus.component.composition.CycleDetectedInComponentGraphException e)
  • Method Details

    • getPlugin

      public org.apache.maven.api.model.Plugin getPlugin()