|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.maven.plugin.PluginManagerException
org.apache.maven.plugin.PluginExecutionException
public class PluginExecutionException
Constructor Summary | |
---|---|
PluginExecutionException(MojoExecution mojoExecution,
MavenProject project,
DuplicateArtifactAttachmentException cause)
|
|
PluginExecutionException(MojoExecution mojoExecution,
MavenProject project,
MojoExecutionException cause)
|
|
PluginExecutionException(MojoExecution mojoExecution,
MavenProject project,
java.lang.String message)
|
Method Summary | |
---|---|
MojoExecution |
getMojoExecution()
|
Methods inherited from class org.apache.maven.plugin.PluginManagerException |
---|
getGoal, getPluginArtifactId, getPluginGroupId, getPluginVersion, getProject |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PluginExecutionException(MojoExecution mojoExecution, MavenProject project, java.lang.String message)
public PluginExecutionException(MojoExecution mojoExecution, MavenProject project, MojoExecutionException cause)
public PluginExecutionException(MojoExecution mojoExecution, MavenProject project, DuplicateArtifactAttachmentException cause)
Method Detail |
---|
public MojoExecution getMojoExecution()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |