|
|
|
|
StackOverflowError
|
|
|
public
|
Exception Description
|
|
|
Thrown when a stack overflow occurs because an application
recurses too deeply.
|
Class Variables
|
|
|
None declared in this exception.
|
Instance Variables
|
|
|
None declared in this exception.
|
Constructors
|
|
|
StackOverflowError
public StackOverflowError(
)
Constructs a StackOverflowError with no detail message.
StackOverflowError
public StackOverflowError(
String s
)
Constructs a StackOverflowError with the specified
detail message.
|
Class Methods
|
|
|
None declared in this exception.
|
Instance Methods
|
|
|
None declared in this exception.
|
|
|