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