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

sun.misc.JavaLangAccess Maven / Gradle / Ivy

The newest version!
package sun.misc;

/**
 * Stub for the Java 8 compatibility when compiled with JDK 9+.
 */
public interface JavaLangAccess {

	int getStackTraceDepth(Throwable e);

	StackTraceElement getStackTraceElement(Throwable e, int depth);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy