StackOverflowErrorNameStackOverflowErrorSynopsis
DescriptionA StackOverflowError is thrown when a stack overflow error occurs within the virtual machine. Class Summary
public class java.lang.StackOverflowError
extends java.lang.VirtualMachineError {
// Constructors
public StackOverflowError();
public StackOverflowError(String s);
}
ConstructorsStackOverflowErrorpublic StackOverflowError()
public StackOverflowError(String s)<
Inherited Methods
See AlsoError, Throwable, VirtualMachineError |
|