java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException java.util.EmptyStackException
public class EmptyStackException
该异常由 Stack
类中的方法抛出,以表明堆栈为空。
构造方法摘要 | |
---|---|
EmptyStackException() 构造一个将 null 作为其错误消息字符串的新 EmptyStackException 。 |
方法摘要 |
---|
从类 java.lang.Throwable 继承的方法 |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
构造方法详细信息 |
---|
public EmptyStackException()
EmptyStackException
。