com.github.leeonky.util.NoSuchPropertyException Maven / Gradle / Ivy
The newest version!
package com.github.leeonky.util;
public class NoSuchPropertyException extends IllegalArgumentException {
public NoSuchPropertyException(String property) {
super("No available property: " + property);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy