All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.opensudoku.go.exception.GoBadException Maven / Gradle / Ivy

Go to download

Computer Go engine using GTP, Go Text Protocol please refer to http://en.wikipedia.org/wiki/GNU_Go

The newest version!
/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */

package com.opensudoku.go.exception;

/**
 *
 * @author mark
 */
public class GoBadException extends Exception{

    public GoBadException() {
        super();
    }
    public GoBadException(String message) {
        super(message);
    }
    
    
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy