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

org.xbib.cql.util.UnterminatedQuotedStringException Maven / Gradle / Ivy

The newest version!
package org.xbib.cql.util;

/**
 * Exception for string tokenizing.
 */
public class UnterminatedQuotedStringException extends RuntimeException {

    private static final long serialVersionUID = 3114942659171051019L;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy