Normand Briere
2015-04-12 89da025f40680d9cea46f2b0a7c8c6829a0d0451
1
2
3
4
5
6
7
8
//package edu.wlu.cs.levy.CG;
 
public class KDException extends Exception {
    protected KDException(String s) {
        super(s);
    }
    public static final long serialVersionUID = 1L;
}