Uses of Class
org.apache.maven.plugin.MojoFailureException
Packages that use MojoFailureException
- 
Uses of MojoFailureException in org.apache.mavenMethods in org.apache.maven that return MojoFailureExceptionConstructors in org.apache.maven with parameters of type MojoFailureExceptionModifierConstructorDescriptionProjectBuildFailureException(String projectId, MojoFailureException cause) 
- 
Uses of MojoFailureException in org.apache.maven.pluginMethods in org.apache.maven.plugin that throw MojoFailureExceptionModifier and TypeMethodDescriptionvoidMojo.execute()Perform whatever build-process behavior thisMojoimplements.
 This is the main trigger for theMojoinside theMavensystem, and allows theMojoto communicate errors.voidBuildPluginManager.executeMojo(MavenSession session, MojoExecution execution) voidDefaultBuildPluginManager.executeMojo(MavenSession session, MojoExecution mojoExecution) voidPluginManager.executeMojo(MavenProject project, MojoExecution execution, MavenSession session) Deprecated.
- 
Uses of MojoFailureException in org.apache.maven.plugin.internalMethods in org.apache.maven.plugin.internal that throw MojoFailureExceptionModifier and TypeMethodDescriptionvoidDefaultPluginManager.executeMojo(MavenProject project, MojoExecution execution, MavenSession session)