com.github.wz2cool.dynamic.exception.PropertyNotFoundException Maven / Gradle / Ivy
package com.github.wz2cool.dynamic.exception;
/**
* @author Frank
*/
public class PropertyNotFoundException extends Exception {
public PropertyNotFoundException(String message) {
super(message);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy