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

org.broadinstitute.hellbender.utils.python.PythonScriptExecutorException Maven / Gradle / Ivy

The newest version!
package org.broadinstitute.hellbender.utils.python;

import org.broadinstitute.hellbender.utils.runtime.ScriptExecutorException;

/**
 * Python script execution exception.
 */
public class PythonScriptExecutorException extends ScriptExecutorException {

    private static final long serialVersionUID = 0L;

    public PythonScriptExecutorException(String msg) {
        super(msg);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy