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

java.lang.NumberFormatException Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
package java.lang;

/**
 * @since CLDC 1.0
 */
public class NumberFormatException extends IllegalArgumentException {
    public NumberFormatException() {}
    public NumberFormatException(String s) {}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy