You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Barrie Treloar <ba...@gmail.com> on 2006/11/27 06:03:20 UTC

[m2] difference between MojoExecutionException and MojoFailureException?

MojoFailureException
  Javadoc = An exception occuring during the execution of a plugin.

MojoExecutionException
  Javadoc = An exception occuring during the execution of a plugin.

It apepars that a Failure can not have an Exception cause.
But otherwise the two are identical.

When would I use a MojoFailureException and not a MojoExecutionException?

Cheers

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org