java.lang
Class StackOverflowError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.StackOverflowError
- All Implemented Interfaces:
- Serializable
public class StackOverflowError
- extends Error
- See Also:
- Serialized Form
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.