StackOverflowError.StackOverflowError

StackOverflowError.StackOverflowError

Class Overview | Class Members | This Package | All Packages

Syntax 1
public StackOverflowError()
Description
Constructs a StackOverflowError with no detail message.



Syntax 2
public StackOverflowError( String s )
Parameters
s
the detail message.
Description
Constructs a StackOverflowError with the specified detail message.