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 SummaryConstructorsConstructorDescriptionCycleDetectedInPluginGraphException(Plugin plugin, org.codehaus.plexus.component.composition.CycleDetectedInComponentGraphException e) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
CycleDetectedInPluginGraphExceptionpublic CycleDetectedInPluginGraphException(Plugin plugin, org.codehaus.plexus.component.composition.CycleDetectedInComponentGraphException e) 
 
- 
- 
Method Details- 
getPlugin
 
-