public class java.lang
StackOverflowError


Show All Login
Java SE 6
  
Extends: Throwable > Error > VirtualMachineError
Details
Thrown when a stack overflow occurs because an application recurses too deeply.
version1.22, 11/17/05
sinceJDK1.0

Constructors
public StackOverflowError()
Constructs a StackOverflowError with no detail message.
public StackOverflowError(String s) Details
Constructs a StackOverflowError with the specified detail message.
sthe detail message.