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

com.formulasearchengine.mathmltools.similarity.util.MathNodeException Maven / Gradle / Ivy

There is a newer version: 2.0.5
Show newest version
package com.formulasearchengine.mathmltools.similarity.util;

import com.formulasearchengine.mathmltools.similarity.node.MathNode;

/**
 * Just an explicit exception thrown during the {@link MathNode} generation.
 *
 * @author Vincent Stange
 */
public class MathNodeException extends Exception {

    public MathNodeException(String message, Throwable throwable) {
        super(message, throwable);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy