org.apache.maven.plugin
Class PluginNotFoundException

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.PluginNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class PluginNotFoundException
extends org.apache.maven.artifact.resolver.AbstractArtifactResolutionException

Exception occurring trying to resolve a plugin.

Version:
$Id: PluginNotFoundException.java 495147 2007-01-11 07:47:53Z jvanzyl $
Author:
Brett Porter
See Also:
Serialized Form

Constructor Summary
PluginNotFoundException(org.apache.maven.artifact.resolver.ArtifactNotFoundException e)
           
 
Method Summary
 
Methods inherited from class org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
constructArtifactPath, constructMissingArtifactMessage, getArtifactId, getArtifactPath, getGroupId, getOriginalMessage, 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(org.apache.maven.artifact.resolver.ArtifactNotFoundException e)


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.