Package org.apache.maven.plugin
Class CycleDetectedInPluginGraphException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.plugin.CycleDetectedInPluginGraphException
-
- All Implemented Interfaces:
java.io.Serializable
public class CycleDetectedInPluginGraphException extends java.lang.Exception
Exception occurring trying to resolve a plugin.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CycleDetectedInPluginGraphException(Plugin plugin, org.codehaus.plexus.component.composition.CycleDetectedInComponentGraphException e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Plugin
getPlugin()
-