25.56 java.lang.StackOverflowError (JDK 1.0)Signals that a stack overflow has occurred within the Java interpreter.
public class StackOverflowError extends VirtualMachineError {
// Public Constructors
public StackOverflowError();
public StackOverflowError(String s);
}
Hierarchy:Object->Throwable(Serializable)->Error->VirtualMachineError->StackOverflowError |
|