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

java.awt.AWTException Maven / Gradle / Ivy

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

public class AWTException extends Exception {
    private static final long serialVersionUID = -1900414231151323879L;

    public AWTException(String msg) {
        super(msg);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy