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

Diff of /classpath/javax/swing/undo/CannotUndoException.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:35 2003 UTC
# Line 1  Line 1 
1  /* AbstractTableModel.java --  /* CannotUndoException.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 37  exception statement from your version. * Line 37  exception statement from your version. *
37    
38  package javax.swing.undo;  package javax.swing.undo;
39    
40    
41  /**  /**
42   * CannotUndoException   * An exception which indicates that an editing action cannot be
43   * @author Andrew Selkirk   * undone.
44     *
45     * @author Andrew Selkirk (aselkirk@sympatico.ca)
46     * @author Sascha Brawer (brawer@dandelis.ch)
47   */   */
48  public class CannotUndoException extends RuntimeException {  public class CannotUndoException
49      extends RuntimeException
50          /**  {
51           * Create exception    /**
52           */     * Constructs a new instance of a <code>CannotUndoException</code>.
53          public CannotUndoException() {     */
54                  super();    public CannotUndoException()
55          } // CannotUndoException()    {
56      }
57    }
 } // CannotUndoException  

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