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 SummaryConstructorsModifierConstructorDescriptionPluginManagerException(Plugin plugin, String message, Throwable cause) PluginManagerException(Plugin plugin, String message, MavenProject project) protectedPluginManagerException(Plugin plugin, String message, MavenProject project, Throwable cause) PluginManagerException(Plugin plugin, String message, org.codehaus.plexus.component.repository.exception.ComponentRepositoryException 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, InvalidVersionSpecificationException cause) protectedPluginManagerException(MojoDescriptor mojoDescriptor, String message, Throwable cause) PluginManagerException(MojoDescriptor mojoDescriptor, String message, MavenProject project, org.codehaus.plexus.PlexusContainerException cause) protectedPluginManagerException(MojoDescriptor mojoDescriptor, MavenProject project, String message) protectedPluginManagerException(MojoDescriptor mojoDescriptor, MavenProject project, String message, Throwable cause) PluginManagerException(MojoDescriptor mojoDescriptor, MavenProject project, String message, org.codehaus.plexus.classworlds.realm.NoSuchRealmException cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
PluginManagerExceptionprotected PluginManagerException(Plugin plugin, String message, MavenProject project, Throwable cause) 
- 
PluginManagerException
- 
PluginManagerException
- 
PluginManagerExceptionprotected PluginManagerException(MojoDescriptor mojoDescriptor, MavenProject project, String message) 
- 
PluginManagerExceptionprotected PluginManagerException(MojoDescriptor mojoDescriptor, MavenProject project, String message, Throwable cause) 
- 
PluginManagerException
- 
PluginManagerException
- 
PluginManagerException
- 
PluginManagerExceptionpublic PluginManagerException(MojoDescriptor mojoDescriptor, MavenProject project, String message, org.codehaus.plexus.classworlds.realm.NoSuchRealmException cause) 
- 
PluginManagerExceptionpublic PluginManagerException(MojoDescriptor mojoDescriptor, String message, MavenProject project, org.codehaus.plexus.PlexusContainerException cause) 
- 
PluginManagerException
- 
PluginManagerException
 
- 
- 
Method Details- 
getPluginGroupId
- 
getPluginArtifactId
- 
getPluginVersion
- 
getGoal
- 
getProject
 
-