Class java.util.EmptyStackException
All Packages This Package Previous Next
Class java.util.EmptyStackException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----java.util.EmptyStackException
-
public class
EmptyStackException
-
extends RuntimeException
Signals that the stack is empty.
-
See Also:
-
Stack
-
Version:
-
1.9, 08/11/95
-
Author:
-
Jonathan Payne
-
EmptyStackException()
-
Constructs a new EmptySackException with no detail message.
EmptyStackException
public EmptyStackException()
-
Constructs a new EmptySackException with no detail message.
A detail message is a String that describes the exception.
All Packages This Package Previous Next