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

java.lang.reflect.UndeclaredThrowableException Maven / Gradle / Ivy

The newest version!
package java.lang.reflect;

public class UndeclaredThrowableException extends RuntimeException {
    public UndeclaredThrowableException(Throwable undeclaredThrowable) {}
    public UndeclaredThrowableException(Throwable undeclaredThrowable, String s) {}

    public Throwable getCause() {
        return null;
    }

    public Throwable getUndeclaredThrowable() {
        return null;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy