java.lang
Class StackOverflowError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.StackOverflowError
All Implemented Interfaces:
Serializable

public class StackOverflowError
extends Error

See Also:
Serialized Form

Constructor Summary
StackOverflowError()
          Constructs a StackOverflowError with no detail message.
StackOverflowError(String s)
          Constructs a StackOverflowError with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.


Copyright © 2007 Sentilla Corporation. All Rights Reserved.