Package org.apache.maven.plugin
Class PluginExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.plugin.PluginManagerException
org.apache.maven.plugin.PluginExecutionException
- All Implemented Interfaces:
- Serializable
Exception in the plugin manager.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionPluginExecutionException(MojoExecution mojoExecution, MavenProject project, Exception cause) PluginExecutionException(MojoExecution mojoExecution, MavenProject project, String message) PluginExecutionException(MojoExecution mojoExecution, MavenProject project, String message, Throwable cause) PluginExecutionException(MojoExecution mojoExecution, MavenProject project, DuplicateArtifactAttachmentException cause) 
- 
Method SummaryMethods inherited from class org.apache.maven.plugin.PluginManagerExceptiongetGoal, getPluginArtifactId, getPluginGroupId, getPluginVersion, getProjectMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
PluginExecutionException
- 
PluginExecutionExceptionpublic PluginExecutionException(MojoExecution mojoExecution, MavenProject project, String message, Throwable cause) 
- 
PluginExecutionException
- 
PluginExecutionExceptionpublic PluginExecutionException(MojoExecution mojoExecution, MavenProject project, DuplicateArtifactAttachmentException cause) 
 
- 
- 
Method Details- 
getMojoExecution
 
-