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

java.lang.NegativeArraySizeException Maven / Gradle / Ivy

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

/**
 * @since CLDC 1.0
 */
public class NegativeArraySizeException extends RuntimeException {
    public NegativeArraySizeException() {}
    public NegativeArraySizeException(String s) {}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy