public class StackOverflowError extends VirtualMachineError
StackOverflowError is thrown when the execution stack
overflow occurs. This often occurs when a method enters infinit recursion.| Constructor and Description |
|---|
StackOverflowError()
Create an error without a message.
|
StackOverflowError(String s)
Create an error with a message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StackOverflowError()
public StackOverflowError(String s)
s - the message