
com.lyncode.choiceprops.PluralPropertyException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plural-property Show documentation
Show all versions of plural-property Show documentation
Plural Properties by Lyncode
The newest version!
package com.lyncode.choiceprops;
public class PluralPropertyException extends RuntimeException {
private static final long serialVersionUID = 3653227864084765326L;
public PluralPropertyException() {
}
public PluralPropertyException(String arg0) {
super(arg0);
}
public PluralPropertyException(Throwable arg0) {
super(arg0);
}
public PluralPropertyException(String arg0, Throwable arg1) {
super(arg0, arg1);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy