org.apache.maven.plugin
Class PluginNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
org.apache.maven.plugin.PluginNotFoundException
- All Implemented Interfaces:
- Serializable
public class PluginNotFoundException
- extends AbstractArtifactResolutionException
Exception occurring trying to resolve a plugin.
- Author:
- Brett Porter
- See Also:
- Serialized Form
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 |
PluginNotFoundException
public PluginNotFoundException(Plugin plugin,
ArtifactNotFoundException e)
PluginNotFoundException
public PluginNotFoundException(Plugin plugin,
List<ArtifactRepository> remoteRepositories)
getPlugin
public Plugin getPlugin()
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.