Team LiB
Previous Section Next Section

StackOverflowErrorjava.lang

Java 1.0serializable error

Signals that a stack overflow has occurred within the Java interpreter.

Figure 10-56. java.lang.StackOverflowError


public class StackOverflowError extends VirtualMachineError {
// Public Constructors
     public StackOverflowError( );  
     public StackOverflowError(String s);  
}

    Team LiB
    Previous Section Next Section