org.apache.maven.plugin
Class PluginManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.plugin.PluginManagerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PluginContainerException, PluginExecutionException, PluginIncompatibleException

public class PluginManagerException
extends Exception

Exception in the plugin manager.

Author:
Brett Porter
See Also:
Serialized Form

Constructor Summary
protected PluginManagerException(MojoDescriptor mojoDescriptor, MavenProject project, String message)
           
  PluginManagerException(MojoDescriptor mojoDescriptor, MavenProject project, String message, NoSuchRealmException cause)
           
protected PluginManagerException(MojoDescriptor mojoDescriptor, MavenProject project, String message, Throwable cause)
           
  PluginManagerException(MojoDescriptor mojoDescriptor, String message, MavenProject project, org.codehaus.plexus.PlexusContainerException cause)
           
protected PluginManagerException(MojoDescriptor mojoDescriptor, String message, Throwable cause)
           
  PluginManagerException(Plugin plugin, InvalidVersionSpecificationException cause)
           
  PluginManagerException(Plugin plugin, String message, org.codehaus.plexus.component.repository.exception.ComponentRepositoryException cause)
           
  PluginManagerException(Plugin plugin, String message, MavenProject project)
           
protected PluginManagerException(Plugin plugin, String message, MavenProject project, Throwable cause)
           
  PluginManagerException(Plugin plugin, String message, org.codehaus.plexus.configuration.PlexusConfigurationException cause)
           
  PluginManagerException(Plugin plugin, String message, org.codehaus.plexus.PlexusContainerException cause)
           
  PluginManagerException(Plugin plugin, String message, Throwable cause)
           
 
Method Summary
 String getGoal()
           
 String getPluginArtifactId()
           
 String getPluginGroupId()
           
 String getPluginVersion()
           
 MavenProject getProject()
           
 
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

PluginManagerException

protected PluginManagerException(Plugin plugin,
                                 String message,
                                 MavenProject project,
                                 Throwable cause)

PluginManagerException

public PluginManagerException(Plugin plugin,
                              String message,
                              Throwable cause)

PluginManagerException

protected PluginManagerException(MojoDescriptor mojoDescriptor,
                                 String message,
                                 Throwable cause)

PluginManagerException

protected PluginManagerException(MojoDescriptor mojoDescriptor,
                                 MavenProject project,
                                 String message)

PluginManagerException

protected PluginManagerException(MojoDescriptor mojoDescriptor,
                                 MavenProject project,
                                 String message,
                                 Throwable cause)

PluginManagerException

public PluginManagerException(Plugin plugin,
                              InvalidVersionSpecificationException cause)

PluginManagerException

public PluginManagerException(Plugin plugin,
                              String message,
                              org.codehaus.plexus.configuration.PlexusConfigurationException cause)

PluginManagerException

public PluginManagerException(Plugin plugin,
                              String message,
                              org.codehaus.plexus.component.repository.exception.ComponentRepositoryException cause)

PluginManagerException

public PluginManagerException(MojoDescriptor mojoDescriptor,
                              MavenProject project,
                              String message,
                              NoSuchRealmException cause)

PluginManagerException

public PluginManagerException(MojoDescriptor mojoDescriptor,
                              String message,
                              MavenProject project,
                              org.codehaus.plexus.PlexusContainerException cause)

PluginManagerException

public PluginManagerException(Plugin plugin,
                              String message,
                              org.codehaus.plexus.PlexusContainerException cause)

PluginManagerException

public PluginManagerException(Plugin plugin,
                              String message,
                              MavenProject project)
Method Detail

getPluginGroupId

public String getPluginGroupId()

getPluginArtifactId

public String getPluginArtifactId()

getPluginVersion

public String getPluginVersion()

getGoal

public String getGoal()

getProject

public MavenProject getProject()


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