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

com.kttdevelopment.mal4j.AndroidCompatibilityException Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
package com.kttdevelopment.mal4j;

/**
 * This exception is no longer thrown.
 * 
* Thrown if the Android version is not compatible with a genuine Java runtime. * * @deprecated exception is no longer thrown * * @since 2.2.1 * @version 2.4.0 * @author Katsute */ @Deprecated public final class AndroidCompatibilityException extends RuntimeException { @SuppressWarnings("SameParameterValue") AndroidCompatibilityException(final String message){ super(message); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy