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.
- Author:
- Brett Porter
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionPluginManagerException(org.apache.maven.model.Plugin plugin, String message, Throwable cause) PluginManagerException(org.apache.maven.model.Plugin plugin, String message, MavenProject project) protectedPluginManagerException(org.apache.maven.model.Plugin plugin, String message, MavenProject project, Throwable cause) PluginManagerException(org.apache.maven.model.Plugin plugin, String message, org.codehaus.plexus.component.repository.exception.ComponentRepositoryException cause) PluginManagerException(org.apache.maven.model.Plugin plugin, String message, org.codehaus.plexus.configuration.PlexusConfigurationException cause) PluginManagerException(org.apache.maven.model.Plugin plugin, String message, org.codehaus.plexus.PlexusContainerException cause) PluginManagerException(org.apache.maven.model.Plugin plugin, org.apache.maven.artifact.versioning.InvalidVersionSpecificationException cause) protectedPluginManagerException(org.apache.maven.plugin.descriptor.MojoDescriptor mojoDescriptor, String message, Throwable cause) PluginManagerException(org.apache.maven.plugin.descriptor.MojoDescriptor mojoDescriptor, String message, MavenProject project, org.codehaus.plexus.PlexusContainerException cause) protectedPluginManagerException(org.apache.maven.plugin.descriptor.MojoDescriptor mojoDescriptor, MavenProject project, String message) protectedPluginManagerException(org.apache.maven.plugin.descriptor.MojoDescriptor mojoDescriptor, MavenProject project, String message, Throwable cause) PluginManagerException(org.apache.maven.plugin.descriptor.MojoDescriptor mojoDescriptor, MavenProject project, String message, org.codehaus.plexus.classworlds.realm.NoSuchRealmException cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PluginManagerException
protected PluginManagerException(org.apache.maven.model.Plugin plugin, String message, MavenProject project, Throwable cause) -
PluginManagerException
-
PluginManagerException
-
PluginManagerException
protected PluginManagerException(org.apache.maven.plugin.descriptor.MojoDescriptor mojoDescriptor, MavenProject project, String message) -
PluginManagerException
protected PluginManagerException(org.apache.maven.plugin.descriptor.MojoDescriptor mojoDescriptor, MavenProject project, String message, Throwable cause) -
PluginManagerException
public PluginManagerException(org.apache.maven.model.Plugin plugin, org.apache.maven.artifact.versioning.InvalidVersionSpecificationException cause) -
PluginManagerException
public PluginManagerException(org.apache.maven.model.Plugin plugin, String message, org.codehaus.plexus.configuration.PlexusConfigurationException cause) -
PluginManagerException
public PluginManagerException(org.apache.maven.model.Plugin plugin, String message, org.codehaus.plexus.component.repository.exception.ComponentRepositoryException cause) -
PluginManagerException
public PluginManagerException(org.apache.maven.plugin.descriptor.MojoDescriptor mojoDescriptor, MavenProject project, String message, org.codehaus.plexus.classworlds.realm.NoSuchRealmException cause) -
PluginManagerException
public PluginManagerException(org.apache.maven.plugin.descriptor.MojoDescriptor mojoDescriptor, String message, MavenProject project, org.codehaus.plexus.PlexusContainerException cause) -
PluginManagerException
public PluginManagerException(org.apache.maven.model.Plugin plugin, String message, org.codehaus.plexus.PlexusContainerException cause) -
PluginManagerException
public PluginManagerException(org.apache.maven.model.Plugin plugin, String message, MavenProject project)
-
-
Method Details
-
getPluginGroupId
-
getPluginArtifactId
-
getPluginVersion
-
getGoal
-
getProject
-