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

com.lithium.ldn.starql.exceptions.CollectionNotDefinedException Maven / Gradle / Ivy

package com.lithium.ldn.starql.exceptions;

@SuppressWarnings("serial")
public class CollectionNotDefinedException extends QueryValidationException {

	public CollectionNotDefinedException(String collectionName, String query) {
		super("Collection " + quote(collectionName) + " not defined.", query);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy