com.spikeify.aerospikeql.parse.ParserException Maven / Gradle / Ivy
                 Go to download
                
        
                    Show more of this group  Show more artifacts with this name
Show all versions of aerospike-ql Show documentation
                Show all versions of aerospike-ql Show documentation
SQL wrapper for Aerospike database
                
            package com.spikeify.aerospikeql.parse;
public class ParserException extends Exception {
	public ParserException(String s) {
		super(s);
	}
}
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy