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 Summary
ConstructorsConstructorDescriptionPluginExecutionException
(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 Summary
Methods inherited from class org.apache.maven.plugin.PluginManagerException
getGoal, getPluginArtifactId, getPluginGroupId, getPluginVersion, getProject
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PluginExecutionException
-
PluginExecutionException
public PluginExecutionException(MojoExecution mojoExecution, MavenProject project, String message, Throwable cause) -
PluginExecutionException
-
PluginExecutionException
public PluginExecutionException(MojoExecution mojoExecution, MavenProject project, DuplicateArtifactAttachmentException cause)
-
-
Method Details
-
getMojoExecution
-