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

java.lang.IllegalArgumentException Maven / Gradle / Ivy

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy