org.apache.maven.plugin
Class PluginResolutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
              extended by org.apache.maven.plugin.PluginResolutionException
All Implemented Interfaces:
java.io.Serializable

public class PluginResolutionException
extends AbstractArtifactResolutionException

Exception occurring trying to resolve a plugin.

Version:
$Id: PluginResolutionException.java 827792 2009-10-20 21:08:08Z bentmann $
Author:
Brett Porter
See Also:
Serialized Form

Constructor Summary
PluginResolutionException(Plugin plugin, ArtifactResolutionException e)
           
 
Method Summary
 Plugin getPlugin()
           
 
Methods inherited from class org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
constructArtifactPath, constructMissingArtifactMessage, getArtifact, getArtifactId, getArtifactPath, getClassifier, getGroupId, getOriginalMessage, getPath, getRemoteRepositories, getType, getVersion
 
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

PluginResolutionException

public PluginResolutionException(Plugin plugin,
                                 ArtifactResolutionException e)
Method Detail

getPlugin

public Plugin getPlugin()


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