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

java.lang.Exception Maven / Gradle / Ivy

The newest version!
package java.lang;

public class Exception extends Throwable {
    public Exception() {}
    public Exception(String message) {}
    public Exception(String message, Throwable cause) {}
    public Exception(Throwable cause) {}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy