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

ingenias.exception.InvalidAttribute Maven / Gradle / Ivy

There is a newer version: 1.7
Show newest version
package ingenias.exception;


public class InvalidAttribute extends Exception {

	public InvalidAttribute(Exception e) {
		super(e);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy