Uses of Class
org.apache.maven.plugin.AbstractMojoExecutionException
Packages that use AbstractMojoExecutionException
- 
Uses of AbstractMojoExecutionException in org.apache.maven.pluginSubclasses of AbstractMojoExecutionException in org.apache.maven.pluginModifier and TypeClassDescriptionclassAn exception occurring during the execution of a plugin.
 Throwing this exception causes a "BUILD ERROR" message to be displayed.classAn exception occurring during the execution of a plugin (such as a compilation failure).
 Throwing this exception causes a "BUILD FAILURE" message to be displayed.