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

com.lyncode.choiceprops.PluralPropertyException Maven / Gradle / Ivy

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