Revision 42806 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.swing/org.gvsig.fmap.dal.swing.impl/src/main/java/org/gvsig/fmap/dal/swing/impl/featuretable/table/renders/GetFeatureAtException.java

View differences:

GetFeatureAtException.java
25 25
 * AUTHORS (In addition to CIT):
26 26
 * 2008 {DiSiD Technologies}  {{Task}}
27 27
 */
28
package org.gvsig.fmap.dal.swing.impl.featuretable.table;
28
package org.gvsig.fmap.dal.swing.impl.featuretable.table.renders;
29 29

  
30 30
import java.util.Collections;
31 31
import java.util.Map;
......
35 35
/**
36 36
 * Exception thrown when there is an error while getting a Feature in a
37 37
 * position.
38
 * 
38
 *
39 39
 * @author <a href="mailto:cordin@disid.com">C?sar Ordi?ana</a>
40 40
 */
41 41
public class GetFeatureAtException extends BaseRuntimeException {
......
51 51

  
52 52
    /**
53 53
     * Creates a new Exception when getting a Feature.
54
     * 
54
     *
55 55
     * @param rowIndex
56 56
     *            the position of the Feature
57 57
     */
......
62 62

  
63 63
    /**
64 64
     * Creates a new Exception when getting a Feature.
65
     * 
65
     *
66 66
     * @param rowIndex
67 67
     *            the position of the Feature
68 68
     * @param cause

Also available in: Unified diff