加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20090218034152/http://developer.android.com:80/reference/java/util/EmptyStackException.html
public class

EmptyStackException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ java.util.EmptyStackException

Class Overview

Runtime exception which is thrown when pop/peek method of stack is executed on a stack which is empty

Summary

Public Constructors
EmptyStackException()
Constructs a new instance of this class with its walkback filled in.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public EmptyStackException ()

Constructs a new instance of this class with its walkback filled in.