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/GeometryToWKTException.java

View differences:

GeometryToWKTException.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 org.gvsig.tools.exception.BaseRuntimeException;
31 31

  
32 32
/**
33 33
 * Exception thrown when there is an error while converting a Geometry to WKT
34 34
 * into a table cell.
35
 * 
35
 *
36 36
 * @author <a href="mailto:cordin@disid.com">C?sar Ordi?ana</a>
37 37
 */
38 38
public class GeometryToWKTException extends BaseRuntimeException {
......
46 46

  
47 47
    /**
48 48
     * Creates a new Exception when getting a Geometry cell as WKT.
49
     * 
49
     *
50 50
     */
51 51
    public GeometryToWKTException() {
52 52
        super(MESSAGE, KEY, serialVersionUID);
......
54 54

  
55 55
    /**
56 56
     * Creates a new Exception when getting a Geometry cell as WKT.
57
     * 
57
     *
58 58
     * @param cause
59 59
     *            the original Throwable
60 60
     */

Also available in: Unified diff