Java.Util.EmptyStackException Class
An EmptyStackException is thrown if the pop/peek method of a stack is executed on an empty stack.

See Also: EmptyStackException Members

Syntax

[Android.Runtime.Register("java/util/EmptyStackException", DoNotGenerateAcw=true)]
public class EmptyStackException : Java.Lang.RuntimeException

Remarks

An EmptyStackException is thrown if the pop/peek method of a stack is executed on an empty stack.

See Also

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1