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

it.unitn.disi.smatch.oracles.SenseMatcherException Maven / Gradle / Ivy

The newest version!
package it.unitn.disi.smatch.oracles;

import it.unitn.disi.smatch.SMatchException;

/**
 * Exception for Linguistic Oracles.
 *
 * @author 
 */
public class SenseMatcherException extends SMatchException {

    public SenseMatcherException(String errorDescription) {
        super(errorDescription);
    }

    public SenseMatcherException(String errorDescription, Throwable cause) {
        super(errorDescription, cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy