com.github.leeonky.dal.runtime.InvalidPropertyException Maven / Gradle / Ivy
package com.github.leeonky.dal.runtime;
public class InvalidPropertyException extends java.lang.RuntimeException {
public InvalidPropertyException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy