
org.intermine.sql.query.QueryParseTimeoutException Maven / Gradle / Ivy
package org.intermine.sql.query;
/*
* Copyright (C) 2002-2022 FlyMine
*
* This code may be freely distributed and modified under the
* terms of the GNU Lesser General Public Licence. This should
* be distributed with the code. See the LICENSE file for more
* information or http://www.gnu.org/copyleft/lesser.html.
*
*/
/**
* Exception thrown when parsing a query from SQL string to org.intermine.sql.Query object.
* @author Richard Smith
*
*/
public class QueryParseTimeoutException extends RuntimeException
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy