org.apache.maven.plugin
Class PluginExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.plugin.PluginManagerException
              extended by org.apache.maven.plugin.PluginExecutionException
All Implemented Interfaces:
Serializable

public class PluginExecutionException
extends PluginManagerException

See Also:
Serialized Form

Constructor Summary
PluginExecutionException(MojoExecution mojoExecution, MavenProject project, DuplicateArtifactAttachmentException cause)
           
PluginExecutionException(MojoExecution mojoExecution, MavenProject project, Exception cause)
           
PluginExecutionException(MojoExecution mojoExecution, MavenProject project, String message)
           
PluginExecutionException(MojoExecution mojoExecution, MavenProject project, String message, Throwable cause)
           
 
Method Summary
 MojoExecution getMojoExecution()
           
 
Methods inherited from class org.apache.maven.plugin.PluginManagerException
getGoal, getPluginArtifactId, getPluginGroupId, getPluginVersion, getProject
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

PluginExecutionException

public PluginExecutionException(MojoExecution mojoExecution,
                                MavenProject project,
                                String message)

PluginExecutionException

public PluginExecutionException(MojoExecution mojoExecution,
                                MavenProject project,
                                String message,
                                Throwable cause)

PluginExecutionException

public PluginExecutionException(MojoExecution mojoExecution,
                                MavenProject project,
                                Exception cause)

PluginExecutionException

public PluginExecutionException(MojoExecution mojoExecution,
                                MavenProject project,
                                DuplicateArtifactAttachmentException cause)
Method Detail

getMojoExecution

public MojoExecution getMojoExecution()


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.