org.apache.maven.plugin
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.
- Version:
- $Id: CycleDetectedInPluginGraphException.java 776412 2009-05-19 18:53:07Z jvanzyl $
- Author:
- Brett Porter
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CycleDetectedInPluginGraphException
public CycleDetectedInPluginGraphException(Plugin plugin,
CycleDetectedInComponentGraphException e)
getPlugin
public Plugin getPlugin()
Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.