Class java.lang.StackOverflowException
All Packages This Package Previous Next
Class java.lang.StackOverflowException
java.lang.Object
|
+----java.lang.Exception
|
+----java.lang.StackOverflowException
-
public class
StackOverflowException
-
extends Exception
Signals execution stack overflow.
-
Version:
-
1.7, 31 Jan 1995
-
StackOverflowException()
-
Constructor.
-
StackOverflowException(String)
-
Constructor with a detail message.
StackOverflowException
public StackOverflowException()
-
Constructor.
StackOverflowException
public StackOverflowException(String s)
-
Constructor with a detail message.
All Packages This Package Previous Next