public class EmptyStackException
extends RuntimeException
| java.lang.Object | ||||
| java.lang.Throwable | ||||
| java.lang.Exception | ||||
| java.lang.RuntimeException | ||||
| java.util.EmptyStackException | ||||
通过 Stack类中的方法抛出,指示堆栈为空。
也可以看看:
Public constructors |
|
|---|---|
EmptyStackException() 使用 null作为其错误消息字符串构造一个新的 |
|
继承方法(Inherited methods) |
|
|---|---|
java.lang.Throwable
|
|
java.lang.Object
|
|
EmptyStackException ()
使用 null作为其错误消息字符串构造一个新的 EmptyStackException 。