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

com.daioware.commons.InvalidNewAttributeException Maven / Gradle / Ivy

There is a newer version: 3.2.1-RELEASE
Show newest version
package com.daioware.commons;

public class InvalidNewAttributeException extends Exception {
	private static final long serialVersionUID = 1L;

	public InvalidNewAttributeException(String name) {
		super(name);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy