org.apache.maven.plugin
Class PluginExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.plugin.PluginManagerException
org.apache.maven.plugin.PluginExecutionException
- All Implemented Interfaces:
- Serializable
public class PluginExecutionException
- extends PluginManagerException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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)
getMojoExecution
public MojoExecution getMojoExecution()
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.