Revision 23150 branches/v2_0_0_prep/libraries/libExceptions/src/org/gvsig/exceptions/BaseExceptionIterator.java

View differences:

BaseExceptionIterator.java
2 2

  
3 3
import java.util.Iterator;
4 4

  
5
/**
6
 * @deprecated @see org.gvsig.tools.exception.BaseExceptionIterator
7
 */
5 8
class BaseExceptionIterator implements Iterator {
6 9
	
7 10
	Exception exception;

Also available in: Unified diff