public class PluginManagerException extends Exception
Modifier | Constructor and Description |
---|---|
protected |
PluginManagerException(MojoDescriptor mojoDescriptor,
MavenProject project,
String message) |
|
PluginManagerException(MojoDescriptor mojoDescriptor,
MavenProject project,
String message,
org.codehaus.plexus.classworlds.realm.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) |
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, org.codehaus.plexus.configuration.PlexusConfigurationException cause)
public PluginManagerException(Plugin plugin, String message, org.codehaus.plexus.component.repository.exception.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, org.codehaus.plexus.PlexusContainerException cause)
public PluginManagerException(Plugin plugin, String message, org.codehaus.plexus.PlexusContainerException cause)
public PluginManagerException(Plugin plugin, String message, MavenProject project)
public String getPluginGroupId()
public String getPluginArtifactId()
public String getPluginVersion()
public String getGoal()
public MavenProject getProject()
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.