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

com.netsensia.rivalchess.exception.IllegalFenException Maven / Gradle / Ivy

There is a newer version: 36.0.0
Show newest version
package com.netsensia.rivalchess.exception;

public class IllegalFenException extends RuntimeException {
    public IllegalFenException(String s) {
        super(s);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy