StackOverflowError.StackOverflowError
Class Overview | Class Members |
This Package |
All Packages
public StackOverflowError()
Description
Constructs a StackOverflowError with no detail message.
public StackOverflowError( String s )
Parameters
- s
- the detail message.
Description
Constructs a StackOverflowError with the specified
detail message.