org.apache.maven.plugin
Class PluginManagerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.plugin.PluginManagerException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- PluginContainerException, PluginExecutionException
public class PluginManagerException
- extends Exception
Exception in the plugin manager.
- Version:
- $Id: PluginManagerException.java 958295 2010-06-26 23:16:18Z hboutemy $
- 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,
PlexusContainerException cause)
|
protected |
PluginManagerException(MojoDescriptor mojoDescriptor,
String message,
Throwable cause)
|
|
PluginManagerException(Plugin plugin,
InvalidVersionSpecificationException cause)
|
|
PluginManagerException(Plugin plugin,
String message,
ComponentRepositoryException cause)
|
|
PluginManagerException(Plugin plugin,
String message,
MavenProject project)
|
protected |
PluginManagerException(Plugin plugin,
String message,
MavenProject project,
Throwable cause)
|
|
PluginManagerException(Plugin plugin,
String message,
PlexusConfigurationException cause)
|
|
PluginManagerException(Plugin plugin,
String message,
PlexusContainerException cause)
|
|
PluginManagerException(Plugin plugin,
String message,
Throwable cause)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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,
PlexusConfigurationException cause)
PluginManagerException
public PluginManagerException(Plugin plugin,
String message,
ComponentRepositoryException cause)
PluginManagerException
public PluginManagerException(MojoDescriptor mojoDescriptor,
MavenProject project,
String message,
NoSuchRealmException cause)
PluginManagerException
public PluginManagerException(MojoDescriptor mojoDescriptor,
String message,
MavenProject project,
PlexusContainerException cause)
PluginManagerException
public PluginManagerException(Plugin plugin,
String message,
PlexusContainerException cause)
PluginManagerException
public PluginManagerException(Plugin plugin,
String message,
MavenProject project)
getPluginGroupId
public String getPluginGroupId()
getPluginArtifactId
public String getPluginArtifactId()
getPluginVersion
public String getPluginVersion()
getGoal
public String getGoal()
getProject
public MavenProject getProject()
Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.