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

com.github.javaclub.cdl.client.matrix.exception.SQLParserException Maven / Gradle / Ivy

The newest version!

package com.github.javaclub.cdl.client.matrix.exception;

/**
 * SQL解析异常.
 * 
 */
public final class SQLParserException extends SMatrixJdbcException {
    
    private static final long serialVersionUID = -1498980479829506655L;
    
    public SQLParserException(final String message, final Object... args) {
        super(String.format(message, args));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy