/[classpath]/classpath/java/util/EmptyStackException.java
ViewVC logotype

Diff of /classpath/java/util/EmptyStackException.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by mark, Sun Feb 18 15:39:58 2001 UTC revision 1.7 by ericb, Mon Oct 22 03:46:07 2001 UTC
# Line 30  package java.util; Line 30  package java.util;
30  /* Written using "Java Class Libraries", 2nd edition, ISBN 0-201-31002-3  /* Written using "Java Class Libraries", 2nd edition, ISBN 0-201-31002-3
31   * "The Java Language Specification", ISBN 0-201-63451-1   * "The Java Language Specification", ISBN 0-201-63451-1
32   * plus online API docs for JDK 1.2 beta from http://www.javasoft.com.   * plus online API docs for JDK 1.2 beta from http://www.javasoft.com.
  * Status:  Believed complete and correct.  
33   */   */
34    
35  /**  /**
# Line 38  package java.util; Line 37  package java.util;
37   * or otherwise access elements from an empty stack.   * or otherwise access elements from an empty stack.
38   *   *
39   * @author Warren Levy <warrenl@cygnus.com>   * @author Warren Levy <warrenl@cygnus.com>
40   * @date September 2, 1998.   * @author Eric Blake <ebb9@email.byu.edu>
41     * @see Stack
42     * @since 1.0
43     * @status updated to 1.4
44   */   */
45  public class EmptyStackException extends RuntimeException  public class EmptyStackException extends RuntimeException
46  {  {
47      /**
48       * Compatible with JDK 1.0.
49       */
50    private static final long serialVersionUID = 5084686378493302095L;    private static final long serialVersionUID = 5084686378493302095L;
51    
52    /**    /**
# Line 49  public class EmptyStackException extends Line 54  public class EmptyStackException extends
54     */     */
55    public EmptyStackException()    public EmptyStackException()
56    {    {
     super();  
57    }    }
58  }  }

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26