Class PluginManagerException

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        PluginManagerException​(org.apache.maven.model.Plugin plugin, java.lang.String message, java.lang.Throwable cause)  
        PluginManagerException​(org.apache.maven.model.Plugin plugin, java.lang.String message, MavenProject project)  
      protected PluginManagerException​(org.apache.maven.model.Plugin plugin, java.lang.String message, MavenProject project, java.lang.Throwable cause)  
        PluginManagerException​(org.apache.maven.model.Plugin plugin, java.lang.String message, org.codehaus.plexus.component.repository.exception.ComponentRepositoryException cause)  
        PluginManagerException​(org.apache.maven.model.Plugin plugin, java.lang.String message, org.codehaus.plexus.configuration.PlexusConfigurationException cause)  
        PluginManagerException​(org.apache.maven.model.Plugin plugin, java.lang.String message, org.codehaus.plexus.PlexusContainerException cause)  
        PluginManagerException​(org.apache.maven.model.Plugin plugin, org.apache.maven.artifact.versioning.InvalidVersionSpecificationException cause)  
      protected PluginManagerException​(org.apache.maven.plugin.descriptor.MojoDescriptor mojoDescriptor, java.lang.String message, java.lang.Throwable cause)  
        PluginManagerException​(org.apache.maven.plugin.descriptor.MojoDescriptor mojoDescriptor, java.lang.String message, MavenProject project, org.codehaus.plexus.PlexusContainerException cause)  
      protected PluginManagerException​(org.apache.maven.plugin.descriptor.MojoDescriptor mojoDescriptor, MavenProject project, java.lang.String message)  
      protected PluginManagerException​(org.apache.maven.plugin.descriptor.MojoDescriptor mojoDescriptor, MavenProject project, java.lang.String message, java.lang.Throwable cause)  
        PluginManagerException​(org.apache.maven.plugin.descriptor.MojoDescriptor mojoDescriptor, MavenProject project, java.lang.String message, org.codehaus.plexus.classworlds.realm.NoSuchRealmException cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getGoal()  
      java.lang.String getPluginArtifactId()  
      java.lang.String getPluginGroupId()  
      java.lang.String getPluginVersion()  
      MavenProject getProject()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PluginManagerException

        protected PluginManagerException​(org.apache.maven.model.Plugin plugin,
                                         java.lang.String message,
                                         MavenProject project,
                                         java.lang.Throwable cause)
      • PluginManagerException

        public PluginManagerException​(org.apache.maven.model.Plugin plugin,
                                      java.lang.String message,
                                      java.lang.Throwable cause)
      • PluginManagerException

        protected PluginManagerException​(org.apache.maven.plugin.descriptor.MojoDescriptor mojoDescriptor,
                                         java.lang.String message,
                                         java.lang.Throwable cause)
      • PluginManagerException

        protected PluginManagerException​(org.apache.maven.plugin.descriptor.MojoDescriptor mojoDescriptor,
                                         MavenProject project,
                                         java.lang.String message)
      • PluginManagerException

        protected PluginManagerException​(org.apache.maven.plugin.descriptor.MojoDescriptor mojoDescriptor,
                                         MavenProject project,
                                         java.lang.String message,
                                         java.lang.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,
                                      java.lang.String message,
                                      org.codehaus.plexus.configuration.PlexusConfigurationException cause)
      • PluginManagerException

        public PluginManagerException​(org.apache.maven.model.Plugin plugin,
                                      java.lang.String message,
                                      org.codehaus.plexus.component.repository.exception.ComponentRepositoryException cause)
      • PluginManagerException

        public PluginManagerException​(org.apache.maven.plugin.descriptor.MojoDescriptor mojoDescriptor,
                                      MavenProject project,
                                      java.lang.String message,
                                      org.codehaus.plexus.classworlds.realm.NoSuchRealmException cause)
      • PluginManagerException

        public PluginManagerException​(org.apache.maven.plugin.descriptor.MojoDescriptor mojoDescriptor,
                                      java.lang.String message,
                                      MavenProject project,
                                      org.codehaus.plexus.PlexusContainerException cause)
      • PluginManagerException

        public PluginManagerException​(org.apache.maven.model.Plugin plugin,
                                      java.lang.String message,
                                      org.codehaus.plexus.PlexusContainerException cause)
      • PluginManagerException

        public PluginManagerException​(org.apache.maven.model.Plugin plugin,
                                      java.lang.String message,
                                      MavenProject project)
    • Method Detail

      • getPluginGroupId

        public java.lang.String getPluginGroupId()
      • getPluginArtifactId

        public java.lang.String getPluginArtifactId()
      • getPluginVersion

        public java.lang.String getPluginVersion()
      • getGoal

        public java.lang.String getGoal()