All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jayway.maven.plugins.android.InvalidConfigurationException Maven / Gradle / Ivy

There is a newer version: 4.0.0-rc.2
Show newest version
package com.jayway.maven.plugins.android;

/**
 * Exception for notifying about an invalid plugin configuration.
 *
 * @author Manfred Moser 
 */
public class InvalidConfigurationException  extends RuntimeException
{
    public InvalidConfigurationException( String message )
    {
        super( message );
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy