/[classpath]/classpath/javax/swing/undo/CannotRedoException.java
ViewVC logotype

Diff of /classpath/javax/swing/undo/CannotRedoException.java

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

revision 1.1 by aselkirk, Thu Apr 25 07:11:12 2002 UTC revision 1.2 by brawer, Thu Nov 13 15:00:36 2003 UTC
# Line 1  Line 1 
1  /* AbstractTableModel.java --  /* CannotRedoException.java
2     Copyright (C) 2002 Free Software Foundation, Inc.     Copyright (C) 2002, 2003 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38  package javax.swing.undo;  package javax.swing.undo;
39    
40  /**  /**
41   * CannotRedoException   * An exception which indicates that an editing action cannot be
42   * @author Andrew Selkirk   * redone.
43     *
44     * @author Andrew Selkirk (aselkirk@sympatico.ca)
45     * @author Sascha Brawer (brawer@dandelis.ch)
46   */   */
47  public class CannotRedoException extends RuntimeException {  public class CannotRedoException
48      extends RuntimeException
49          /**  {
50           * Create exception    /**
51           */     * Constructs a new instance of a <code>CannotRedoException</code>.
52          public CannotRedoException() {     */
53                  super();    public CannotRedoException()
54          } // CannotRedoException()    {
55      }
56    }
 } // CannotRedoException  

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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