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

com.talanlabs.mybatis.rsql.engine.IllegalPropertyException Maven / Gradle / Ivy

The newest version!
package com.talanlabs.mybatis.rsql.engine;

public class IllegalPropertyException extends RuntimeException {

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy