RoboJDETM v2.0

java.lang
Class StackOverflowError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.VirtualMachineError
              extended by java.lang.StackOverflowError

public class StackOverflowError
extends VirtualMachineError

Exception thrown if a Thread does not have sufficient stack space available to complete a method call.


Constructor Summary
StackOverflowError()
           
StackOverflowError(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Constructor Detail

StackOverflowError

public StackOverflowError()

StackOverflowError

public StackOverflowError(String message)

RoboJDETM v2.0

Copyright (c) 2003-2009 RidgeSoft, LLC. All rights reserved.
www.ridgesoft.com