/[classpath]/classpath/javax/print/attribute/UnmodifiableSetException.java
ViewVC logotype

Diff of /classpath/javax/print/attribute/UnmodifiableSetException.java

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

revision 1.1.2.1 by gnu_andrew, Tue Aug 2 20:12:36 2005 UTC revision 1.1.2.2 by gnu_andrew, Sun Nov 27 21:00:37 2005 UTC
# Line 1  Line 1 
1  /* Attribute.java --  /* UnmodifiableSetException.java --
2     Copyright (C) 2003 Free Software Foundation, Inc.     Copyright (C) 2003, 2005 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 35  this exception to your version of the li Line 35  this exception to your version of the li
35  obligated to do so.  If you do not wish to do so, delete this  obligated to do so.  If you do not wish to do so, delete this
36  exception statement from your version. */  exception statement from your version. */
37    
38    
39  package javax.print.attribute;  package javax.print.attribute;
40    
41  /**  /**
42   * @author Michael Koch   * Exception which is thrown if an operation on an unmodifiable set
43     * is invoked.
44     *
45     * @author Michael Koch (konqueror@gmx.de)
46   *   *
47   * @since 1.4   * @since 1.4
48   */   */
# Line 56  public class UnmodifiableSetException ex Line 60  public class UnmodifiableSetException ex
60     * Creates a <code>UnmodifiableSetException</code>     * Creates a <code>UnmodifiableSetException</code>
61     * with the given message.     * with the given message.
62     *     *
63     * @param message the message for the exception     * @param message the message of the exception
64     */     */
65    public UnmodifiableSetException(String message)    public UnmodifiableSetException(String message)
66    {    {

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

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