Package org.apache.maven.plugin
Class CycleDetectedInPluginGraphException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.plugin.CycleDetectedInPluginGraphException
- All Implemented Interfaces:
Serializable
Exception occurring trying to resolve a plugin.
- See Also:
-
Constructor Summary
ConstructorDescriptionCycleDetectedInPluginGraphException
(Plugin plugin, org.codehaus.plexus.component.composition.CycleDetectedInComponentGraphException e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CycleDetectedInPluginGraphException
public CycleDetectedInPluginGraphException(Plugin plugin, org.codehaus.plexus.component.composition.CycleDetectedInComponentGraphException e)
-
-
Method Details
-
getPlugin
-