webwork/src/main/webwork/util SortIteratorFilter.java,1.5,1.6 MergeIteratorFilter.java,1.6,1.7 IteratorGenerator.java,1.6,1.7 IteratorFilterSupport.java,1.7,1.8

[email protected] Wed, 08 May 2002 13:39:40 -0700
Newsgroups gmane.comp.java.webwork.cvs
Message-ID <[email protected]>
Update of /cvsroot/webwork/webwork/src/main/webwork/util
In directory usw-pr-cvs1:/tmp/cvs-serv26593

Modified Files:
	SortIteratorFilter.java MergeIteratorFilter.java 
	IteratorGenerator.java IteratorFilterSupport.java 
Log Message:
added UnsupportedOperationException text

Index: SortIteratorFilter.java
===================================================================
RCS file: /cvsroot/webwork/webwork/src/main/webwork/util/SortIteratorFilter.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- SortIteratorFilter.java	11 Mar 2002 09:02:35 -0000	1.5
+++ SortIteratorFilter.java	8 May 2002 20:39:38 -0000	1.6
@@ -107,6 +107,6 @@
 
    public void remove()
    {
-      throw new UnsupportedOperationException();
+      throw new UnsupportedOperationException("Remove is not supported in SortIteratorFilter.");
    }
 }

Index: MergeIteratorFilter.java
===================================================================
RCS file: /cvsroot/webwork/webwork/src/main/webwork/util/MergeIteratorFilter.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- MergeIteratorFilter.java	11 Mar 2002 09:02:35 -0000	1.6
+++ MergeIteratorFilter.java	8 May 2002 20:39:38 -0000	1.7
@@ -74,6 +74,6 @@
 
    public void remove()
    {
-      throw new UnsupportedOperationException();
+      throw new UnsupportedOperationException("Remove is not supported in MergeIteratorFilter.");
    }
 }

Index: IteratorGenerator.java
===================================================================
RCS file: /cvsroot/webwork/webwork/src/main/webwork/util/IteratorGenerator.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- IteratorGenerator.java	11 Mar 2002 09:02:35 -0000	1.6
+++ IteratorGenerator.java	8 May 2002 20:39:38 -0000	1.7
@@ -94,6 +94,6 @@
 
    public void remove()
    {
-      throw new UnsupportedOperationException();
+      throw new UnsupportedOperationException("Remove is not supported in IteratorGenerator.");
    }
 }

Index: IteratorFilterSupport.java
===================================================================
RCS file: /cvsroot/webwork/webwork/src/main/webwork/util/IteratorFilterSupport.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- IteratorFilterSupport.java	11 Mar 2002 09:02:35 -0000	1.7
+++ IteratorFilterSupport.java	8 May 2002 20:39:38 -0000	1.8
@@ -62,7 +62,7 @@
 
       public void remove()
       {
-         throw new UnsupportedOperationException();
+         throw new UnsupportedOperationException("Remove is not supported in IteratorFilterSupport.");
       }
    }
 }



_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [email protected]