public class PluginManagerException extends Exception
Modifier and Type | Method and Description |
---|---|
String |
getGoal() |
String |
getPluginArtifactId() |
String |
getPluginGroupId() |
String |
getPluginVersion() |
MavenProject |
getProject() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected PluginManagerException(Plugin plugin, String message, MavenProject project, Throwable cause)
public PluginManagerException(Plugin plugin, String message, Throwable cause)
protected PluginManagerException(MojoDescriptor mojoDescriptor, String message, Throwable cause)
protected PluginManagerException(MojoDescriptor mojoDescriptor, MavenProject project, String message)
protected PluginManagerException(MojoDescriptor mojoDescriptor, MavenProject project, String message, Throwable cause)
public PluginManagerException(Plugin plugin, InvalidVersionSpecificationException cause)
public PluginManagerException(Plugin plugin, String message, PlexusConfigurationException cause)
public PluginManagerException(Plugin plugin, String message, ComponentRepositoryException cause)
public PluginManagerException(MojoDescriptor mojoDescriptor, MavenProject project, String message, org.codehaus.plexus.classworlds.realm.NoSuchRealmException cause)
public PluginManagerException(MojoDescriptor mojoDescriptor, String message, MavenProject project, PlexusContainerException cause)
public PluginManagerException(Plugin plugin, String message, PlexusContainerException cause)
public PluginManagerException(Plugin plugin, String message, MavenProject project)
public String getPluginGroupId()
public String getPluginArtifactId()
public String getPluginVersion()
public MavenProject getProject()
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.