public class PluginExecutionException extends PluginManagerException
| Constructor and Description |
|---|
PluginExecutionException(MojoExecution mojoExecution,
MavenProject project,
DuplicateArtifactAttachmentException cause) |
PluginExecutionException(MojoExecution mojoExecution,
MavenProject project,
java.lang.Exception cause) |
PluginExecutionException(MojoExecution mojoExecution,
MavenProject project,
java.lang.String message) |
PluginExecutionException(MojoExecution mojoExecution,
MavenProject project,
java.lang.String message,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
MojoExecution |
getMojoExecution() |
getGoal, getPluginArtifactId, getPluginGroupId, getPluginVersion, getProjectpublic PluginExecutionException(MojoExecution mojoExecution, MavenProject project, java.lang.String message)
public PluginExecutionException(MojoExecution mojoExecution, MavenProject project, java.lang.String message, java.lang.Throwable cause)
public PluginExecutionException(MojoExecution mojoExecution, MavenProject project, java.lang.Exception cause)
public PluginExecutionException(MojoExecution mojoExecution, MavenProject project, DuplicateArtifactAttachmentException cause)
public MojoExecution getMojoExecution()