public class StackOverflowError extends VirtualMachineError
| Constructor and Description |
|---|
StackOverflowError()
Constructs a new
StackOverflowError that includes the current
stack trace. |
StackOverflowError(String detailMessage)
Constructs a new
StackOverflowError with the current stack trace
and the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StackOverflowError()
StackOverflowError that includes the current
stack trace.public StackOverflowError(String detailMessage)
StackOverflowError with the current stack trace
and the specified detail message.detailMessage - the detail message for this exception.