You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2021/05/29 13:39:22 UTC

[GitHub] [maven] pzygielo commented on a change in pull request #474: [MNG-7164] Add constructor MojoExecutionException(Throwable).

pzygielo commented on a change in pull request #474:
URL: https://github.com/apache/maven/pull/474#discussion_r641939849



##########
File path: maven-plugin-api/src/main/java/org/apache/maven/plugin/AbstractMojoExecutionException.java
##########
@@ -41,6 +41,18 @@ public AbstractMojoExecutionException( String message, Throwable cause )
         super( message, cause );
     }
 
+    /**
+     * Construct a new <code>AbstractMojoExecutionException</code> exception wrapping an underlying <code>Throwable</code>.
+     *
+     * @param message

Review comment:
       No such parameter.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org