Example usage for org.apache.maven.plugin MojoExecutionException subclass-usage

List of usage examples for org.apache.maven.plugin MojoExecutionException subclass-usage

Introduction

In this page you can find the example usage for org.apache.maven.plugin MojoExecutionException subclass-usage.

Usage

From source file org.wildfly.plugin.common.DeploymentExecutionException.java

/**
 * Wrapped exception for {@link MojoExecutionException}.
 *
 * @author <a href="mailto:jperkins@redhat.com">James R. Perkins</a>
 */
public class DeploymentExecutionException extends MojoExecutionException {

From source file org.wildfly.plugin.deployment.DeploymentException.java

/**
 * Wrapped exception for {@link MojoExecutionException}.
 *
 * @author <a href="mailto:jperkins@redhat.com">James R. Perkins</a>
 */
public class DeploymentException extends MojoExecutionException {

From source file org.wildfly.plugin.deployment.MojoDeploymentException.java

/**
 * Wrapped exception for {@link MojoExecutionException}.
 *
 * @author <a href="mailto:jperkins@redhat.com">James R. Perkins</a>
 */
public class MojoDeploymentException extends MojoExecutionException {