StackOverflowError

Class StackOverflowError

All Implemented Interfaces:
Serializable
public class StackOverflowError
extends VirtualMachineError

Thrown when a stack overflow occurs because an application recurses too deeply.

Since:
JDK1.0

Const