Normand Briere
2017-10-02 fc0ac44e30a56c87c7cf39fe66f6b3178732f1b6
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;
}