1 /**
2 *
3 */
4
5 package math.geom2d;
6
7 /**
8 * @author dlegland
9 */
10 public class NonInvertibleTransformException extends RuntimeException {
11
12 /**
13 *
14 */
15 private static final long serialVersionUID = 1L;
16
17 public NonInvertibleTransformException() {
18 }
19 }