Package 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
,PluginIncompatibleException
Exception in the plugin manager.
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionPluginManagerException
(Plugin plugin, String message, Throwable 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.component.repository.exception.ComponentRepositoryException cause) Deprecated.Left for binary compatibility.PluginManagerException
(Plugin plugin, String message, org.codehaus.plexus.configuration.PlexusConfigurationException cause) Deprecated.Left for binary compatibility.PluginManagerException
(Plugin plugin, String message, org.codehaus.plexus.PlexusContainerException cause) Deprecated.Left for binary compatibility.PluginManagerException
(Plugin plugin, InvalidVersionSpecificationException cause) protected
PluginManagerException
(MojoDescriptor mojoDescriptor, String message, Throwable cause) PluginManagerException
(MojoDescriptor mojoDescriptor, String message, MavenProject project, org.codehaus.plexus.PlexusContainerException cause) protected
PluginManagerException
(MojoDescriptor mojoDescriptor, MavenProject project, String message) protected
PluginManagerException
(MojoDescriptor mojoDescriptor, MavenProject project, String message, Throwable cause) PluginManagerException
(MojoDescriptor mojoDescriptor, MavenProject project, String message, org.codehaus.plexus.classworlds.realm.NoSuchRealmException cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PluginManagerException
protected PluginManagerException(Plugin plugin, String message, MavenProject project, Throwable cause) -
PluginManagerException
-
PluginManagerException
-
PluginManagerException
protected PluginManagerException(MojoDescriptor mojoDescriptor, MavenProject project, String message) -
PluginManagerException
protected PluginManagerException(MojoDescriptor mojoDescriptor, MavenProject project, String message, Throwable cause) -
PluginManagerException
-
PluginManagerException
@Deprecated public PluginManagerException(Plugin plugin, String message, org.codehaus.plexus.configuration.PlexusConfigurationException cause) Deprecated.Left for binary compatibility.Constructor. -
PluginManagerException
@Deprecated public PluginManagerException(Plugin plugin, String message, org.codehaus.plexus.component.repository.exception.ComponentRepositoryException cause) Deprecated.Left for binary compatibility.Constructor. -
PluginManagerException
public PluginManagerException(MojoDescriptor mojoDescriptor, MavenProject project, String message, org.codehaus.plexus.classworlds.realm.NoSuchRealmException cause) -
PluginManagerException
public PluginManagerException(MojoDescriptor mojoDescriptor, String message, MavenProject project, org.codehaus.plexus.PlexusContainerException cause) -
PluginManagerException
@Deprecated public PluginManagerException(Plugin plugin, String message, org.codehaus.plexus.PlexusContainerException cause) Deprecated.Left for binary compatibility.Constructor. -
PluginManagerException
-
-
Method Details
-
getPluginGroupId
-
getPluginArtifactId
-
getPluginVersion
-
getGoal
-
getProject
-