
com.simpligility.maven.plugins.androidndk.InvalidConfigurationException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android-ndk-maven-plugin Show documentation
Show all versions of android-ndk-maven-plugin Show documentation
Maven Plugin for Android Development with the NDK
The newest version!
package com.simpligility.maven.plugins.androidndk;
/**
* Exception for notifying about an invalid plugin configuration.
*
* @author Manfred Moser
*/
public class InvalidConfigurationException extends RuntimeException
{
public InvalidConfigurationException( String message )
{
super( message );
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy