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 org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
Exception occurring trying to resolve a plugin.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPluginNotFoundException(org.apache.maven.model.Plugin plugin, List<org.apache.maven.artifact.repository.ArtifactRepository> remoteRepositories) PluginNotFoundException(org.apache.maven.model.Plugin plugin, org.apache.maven.artifact.resolver.ArtifactNotFoundException e) -
Method Summary
Methods inherited from class org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
constructArtifactPath, constructMissingArtifactMessage, getArtifact, getArtifactId, getArtifactPath, getClassifier, getGroupId, getOriginalMessage, getPath, getRemoteRepositories, getType, getVersionMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PluginNotFoundException
public PluginNotFoundException(org.apache.maven.model.Plugin plugin, org.apache.maven.artifact.resolver.ArtifactNotFoundException e) -
PluginNotFoundException
public PluginNotFoundException(org.apache.maven.model.Plugin plugin, List<org.apache.maven.artifact.repository.ArtifactRepository> remoteRepositories)
-
-
Method Details
-
getPlugin
public org.apache.maven.model.Plugin getPlugin()
-