Package java.lang
Class StackOverflowError

Public Constructor StackOverflowError

StackOverflowError()

StackOverflowError(String s)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

constructor StackOverflowError():

Constructs an StackOverflowError with no detail message.

constructor StackOverflowError(String s):

Constructs an StackOverflowError with the specified detail message.