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
- 
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) 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) 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@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.
- 
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@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
 
-