| 
||||||||||
| 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,
                                                 Exception cause)
 | 
|
PluginExecutionException(MojoExecution mojoExecution,
                                                 MavenProject project,
                                                 String message)
 | 
|
PluginExecutionException(MojoExecution mojoExecution,
                                                 MavenProject project,
                                                 String message,
                                                 Throwable cause)
 | 
|
| 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,
                                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)
| Method Detail | 
|---|
public MojoExecution getMojoExecution()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||