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