StackOverflowErrorpublic class StackOverflowError extends VirtualMachineError Thrown when a stack overflow occurs because an application
recurses too deeply. |
Constructors Summary |
---|
public StackOverflowError()Constructs a StackOverflowError with no detail message.
super();
| public StackOverflowError(String s)Constructs a StackOverflowError with the specified
detail message.
super(s);
|
|