Merge git+ssh://davetron5000@repo.or.cz/srv/git/vimdoclet
[vimdoclet.git] / sample / java.util.EmptyStackException.txt
blob548f27259e6d468adb1a9745ab02daeb6f5576b3
1 *java.util.EmptyStackException* *EmptyStackException* Thrown by methods in the S
3 public class EmptyStackException
4   extends    |java.lang.RuntimeException|
6 |java.util.EmptyStackException_Description|
7 |java.util.EmptyStackException_Fields|
8 |java.util.EmptyStackException_Constructors|
9 |java.util.EmptyStackException_Methods|
11 ================================================================================
13 *java.util.EmptyStackException_Constructors*
14 |java.util.EmptyStackException()|Constructs a new EmptyStackException with null
16 *java.util.EmptyStackException_Description*
18 Thrown by methods in the Stack class to indicate that the stack is empty. 
21 *java.util.EmptyStackException()*
23 public EmptyStackException()
25 Constructs a new EmptyStackException with null as its error message string.