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 cn.wanghaomiao.maven.plugin.seimi.overlay.InvalidOverlayConfigurationException.java

/**
 * Thrown if the overlay configuration is invalid.
 *
 * @author Stephane Nicoll
 * @version $Id: InvalidOverlayConfigurationException.java 1637197 2014-11-06 19:46:57Z khmarbaise $
 */

From source file com.alta189.userscript.maven.plugin.UserscriptBuilderException.java

public class UserscriptBuilderException extends MojoExecutionException {
    public UserscriptBuilderException(Object source, String shortMessage, String longMessage) {
        super(source, shortMessage, longMessage);
    }

    public UserscriptBuilderException(String message, Exception cause) {

From source file com.exxeta.oses.maven.plugin.decompiler.DependencyDecompilerMojoException.java

/**
 *
 * @author <a href="mailto:benjamin.asbach@exxeta.com">Benjamin Asbach, 2015</a>
 */
public class DependencyDecompilerMojoException extends MojoExecutionException {

From source file com.umakantpatil.exception.DownloadFailed.java

/**
 * Exception to throw when download has failed.
 */
public class DownloadFailed extends MojoExecutionException {

    public DownloadFailed(String message) {

From source file fr.fastconnect.factory.tibco.bw.maven.exception.BinaryMissingException.java

/**
 * <p>
 * This class is the default exception thrown when a binary is not found.
 * </p>
 * <p>
 * As a consequence this exception could display a help message in order to fix

From source file org.alfresco.maven.plugin.amp.overlay.InvalidOverlayConfigurationException.java

/**
 * Thrown if the overlay configuration is invalid.
 *
 * @author Stephane Nicoll
 */
public class InvalidOverlayConfigurationException extends MojoExecutionException {

From source file org.apache.sis.util.resources.ResourceCompilerException.java

/**
 * Thrown when the {@link ResourceCompilerMojo} exit abnormally.
 *
 * @author  Martin Desruisseaux (Geomatys)
 * @version 0.3
 * @since   0.3

From source file org.buildforce.tomcat.TomcatConfigurationException.java

/**
 * @author  Martin Todorov
 */
public class TomcatConfigurationException extends MojoExecutionException {

    public TomcatConfigurationException(String message) {

From source file org.buildforce.tomcat.TomcatExecutionException.java

/**
 * @author  Martin Todorov
 */
public class TomcatExecutionException extends MojoExecutionException {

    public TomcatExecutionException(String message) {

From source file org.codehaus.mojo.clirr.MissingPreviousException.java

/**
 * This exception is thrown, if no previous version of the current artifact was found.
 */
class MissingPreviousException extends MojoExecutionException {
    private static final long serialVersionUID = -5160106292241626179L;