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

de.derivo.sparqldlapi.exceptions.QueryEngineException Maven / Gradle / Ivy

The newest version!
// Copyright (c) 2011. This source code is available under the terms of the GNU Lesser General Public License (LGPL)
// Author: Mario Volke 
// derivo GmbH, James-Franck-Ring, 89081 Ulm 

package de.derivo.sparqldlapi.exceptions;

public class QueryEngineException extends Exception 
{
	private static final long serialVersionUID = 1L;
	
	public QueryEngineException(String message)
	{
		super(message);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy