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

li.strolch.soql.core.SOQLEvaluationException Maven / Gradle / Ivy

The newest version!
package li.strolch.soql.core;

/**
 * @author msmock
 */
public class SOQLEvaluationException extends RuntimeException {

	public SOQLEvaluationException(String message) {
		super(message);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy