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
Exception occurring trying to resolve a plugin.
- Author:
- Brett Porter
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPluginNotFoundException(Plugin plugin, List<ArtifactRepository> remoteRepositories) -
Method Summary
Methods inherited from class 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
-
PluginNotFoundException
-
-
Method Details
-
getPlugin
-