Uses of Class
org.apache.maven.plugin.AbstractMojoExecutionException
-
Packages that use AbstractMojoExecutionException Package Description org.apache.maven.plugin -
-
Uses of AbstractMojoExecutionException in org.apache.maven.plugin
Subclasses of AbstractMojoExecutionException in org.apache.maven.plugin Modifier and Type Class Description class
MojoExecutionException
An exception occurring during the execution of a plugin.
Throwing this exception causes a "BUILD ERROR" message to be displayed.class
MojoFailureException
An exception occurring during the execution of a plugin (such as a compilation failure).
Throwing this exception causes a "BUILD FAILURE" message to be displayed.
-