public class PluginExecutionException extends PluginManagerException
Modifier and Type | Field and Description |
---|---|
private MojoExecution |
mojoExecution |
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 |
---|---|
private static java.lang.String |
constructMessage(MojoExecution mojoExecution,
java.lang.Throwable cause) |
MojoExecution |
getMojoExecution() |
getGoal, getPluginArtifactId, getPluginGroupId, getPluginVersion, getProject
private final MojoExecution mojoExecution
public 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()
private static java.lang.String constructMessage(MojoExecution mojoExecution, java.lang.Throwable cause)