org.apache.maven.plugin
Class PluginNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.maven.artifact.resolver.AbstractArtifactResolutionException
              extended byorg.apache.maven.plugin.PluginNotFoundException
All Implemented Interfaces:
Serializable

public class PluginNotFoundException
extends AbstractArtifactResolutionException

Exception occurring trying to resolve a plugin.

Version:
$Id: PluginNotFoundException.java 526578 2007-04-08 17:25:14Z brianf $
Author:
Brett Porter
See Also:
Serialized Form

Constructor Summary
PluginNotFoundException(ArtifactNotFoundException e)
           
 
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

PluginNotFoundException

public PluginNotFoundException(ArtifactNotFoundException e)


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