java.lang.StackOverflowError (JDK 1.0)
Signals that a stack overflow has occurred within the Java interpreter.
public classStackOverflowErrorextends VirtualMachineError { //Public ConstructorspublicStackOverflowError(); publicStackOverflowError(Strings); }
Hierarchy:
Object->Throwable(Serializable)->Error->VirtualMachineError->StackOverflowError