org.apache.maven.plugin
Class CycleDetectedInPluginGraphException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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:
Serialized Form

Constructor Summary
CycleDetectedInPluginGraphException(Plugin plugin, org.codehaus.plexus.component.composition.CycleDetectedInComponentGraphException e)
           
 
Method Summary
 Plugin getPlugin()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CycleDetectedInPluginGraphException

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

getPlugin

public Plugin getPlugin()


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.