Documentation  › java.lang  › StackOverflowError
 
 


  StackOverflowError
  public

  Inherits From:   VirtualMachineError : Error : Throwable : Object
  Conforms To:   none
  Declared In:   java.lang


Exception Description
 
Thrown when a stack overflow occurs because an application recurses too deeply.


Class Variables
 
None declared in this exception.


Instance Variables
 
None declared in this exception.


Constructors
 
StackOverflowError
public StackOverflowError( )

Constructs a StackOverflowError with no detail message.


StackOverflowError
public StackOverflowError( String s )

Constructs a StackOverflowError with the specified detail message.


Class Methods
 
None declared in this exception.


Instance Methods
 
None declared in this exception.


Known Subclasses
 
None.



 
 
  dydoc
  3/10/05