![JAR search and dependency download from the Maven repository](/logo.png)
java.awt.AWTException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tornadofx-android-compat Show documentation
Show all versions of tornadofx-android-compat Show documentation
Provides the missing JDK classes from the Android SDK.
The newest version!
package java.awt;
public class AWTException extends Exception {
private static final long serialVersionUID = -1900414231151323879L;
public AWTException(String msg) {
super(msg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy