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:
java.io.Serializable

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

Exception occurring trying to resolve a plugin.

Version:
$Id: PluginNotFoundException.java 320704 2005-10-13 09:51:36Z brett $
Author:
Brett Porter
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
PluginNotFoundException(org.apache.maven.artifact.resolver.ArtifactNotFoundException e)
           
 
Methods inherited from class org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
constructArtifactPath, 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 2006 Apache Software Foundation. All Rights Reserved.