java.io.Serializablepublic class PluginExecutionException extends PluginManagerException
| Constructor | Description |
|---|---|
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) |
|
PluginExecutionException(MojoExecution mojoExecution,
MavenProject project,
DuplicateArtifactAttachmentException cause) |
| Modifier and Type | Method | Description |
|---|---|---|
MojoExecution |
getMojoExecution() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetGoal, 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()