java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--java.util.EmptyStackException
Stack
クラスのメソッドによってスローされ、そのスタックが空であることを示します
Stack
コンストラクタの概要 | |
EmptyStackException()
エラーメッセージ文字列に null を使って、新しい EmptyStackException を構築します。 |
クラス java.lang.Throwable から継承したメソッド |
getMessage,
printStackTrace,
toString |
クラス java.lang.Object から継承したメソッド |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
コンストラクタの詳細 |
public EmptyStackException()
EmptyStackException
を構築します。