Statistics
| Revision:

root / trunk / extensions / extGeoreferencing / src / org / gvsig / georeferencing / process / geotransform / BadDeteminantException.java @ 18530

History | View | Annotate | Download (149 Bytes)

1
package org.gvsig.georeferencing.process.geotransform;
2

    
3
public class BadDeteminantException extends Exception {
4
        public BadDeteminantException(){}
5
}