public class PluginExecutionException extends PluginManagerException
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
MojoExecution |
getMojoExecution() |
getGoal, getPluginArtifactId, getPluginGroupId, getPluginVersion, getProject
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PluginExecutionException(MojoExecution mojoExecution, MavenProject project, String message)
public PluginExecutionException(MojoExecution mojoExecution, MavenProject project, String message, Throwable cause)
public PluginExecutionException(MojoExecution mojoExecution, MavenProject project, Exception cause)
public PluginExecutionException(MojoExecution mojoExecution, MavenProject project, DuplicateArtifactAttachmentException cause)
public MojoExecution getMojoExecution()
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.