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

java.lang.ClassNotFoundException Maven / Gradle / Ivy

The newest version!
package java.lang;

public class ClassNotFoundException extends Exception {
    public ClassNotFoundException() {}
    public ClassNotFoundException(String s) {}
    public ClassNotFoundException(String s, Throwable ex) {}

    public Throwable getCause() {
        return null;
    }

    public Throwable getException() {
        return null;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy