Packages  This Package  Prev  Next  Index  

§1.56 Class StackOverflowError

public class java.lang.StackOverflowError
    extends java.lang.VirtualMachineError (§1.61)
{
    public StackOverflowError();	§1.56.1
    public StackOverflowError(String s);	§1.56.2
}
The Java runtime throws an instance of this class if the application recurses too deeply.


Constructors

StackOverflowError
public StackOverflowError()
Constructs a StackOverflowError with no detail message.

StackOverflowError
public StackOverflowError(String s)
Constructs a StackOverflowError with the specified detail message.

Parameters:
s - the detail message


Packages  This Package  Prev  Next  Index
Java API Document (HTML generated by dkramer on April 22, 1996)
Copyright © 1996 Sun Microsystems, Inc. All rights reserved
Please send any comments or corrections to doug.kramer@sun.com