Packages This Package Prev Next Index
public class java.lang.StackOverflowError extends java.lang.VirtualMachineError (§1.61) { public StackOverflowError(); §1.56.1 public StackOverflowError(String s); §1.56.2 }The Java runtime throws an instance of this class if the application recurses too deeply.
public StackOverflowError()
StackOverflowError
with no detail message.
public StackOverflowError(String s)
StackOverflowError
with the specified detail message.
s
-
Packages This Package Prev Next IndexJava API Document (HTML generated by dkramer on April 22, 1996)